diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-17 22:27:54 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-17 22:27:54 +0200 |
| commit | aa55de1820a5ae27ac32b9b0e33b18ae592b46fb (patch) | |
| tree | 3588105ee84d057c90b3ff2ff18d5d4e50fc4afc /npins/sources.json | |
| parent | treewide: Update (diff) | |
| download | nixos-config-aa55de1820a5ae27ac32b9b0e33b18ae592b46fb.zip | |
modules/direnv: Implement pre-cached devshells
That means, that the devshells are only build once and centrally
updated. Ideally, they would be built upon system update, but I haven't
figured out a way to run `nix print-dev-env` in a nix build sandbox yet
(and hope, that it's not necessary anymore once, that functionality
moves to nixpkgs' `mkShell`).
Diffstat (limited to 'npins/sources.json')
| -rw-r--r-- | npins/sources.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/npins/sources.json b/npins/sources.json index 3b1ba86f..2c2a5559 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -1,5 +1,17 @@ { "pins": { + "unflake_git_file----home-soispha-repos-nix-own-devshells": { + "type": "Git", + "repository": { + "type": "Git", + "url": "file:///home/soispha/repos/nix/own/devshells" + }, + "branch": "prime", + "submodules": false, + "revision": "eeadc1096d4f122e09109bb10195ee9a8b6e3be6", + "url": null, + "hash": "sha256-qnSNf9dhKAAFmRTDKCzz8+PDyAvQ+wG3vCoOJCChdxU=" + }, "unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime": { "type": "Git", "repository": { @@ -14,6 +26,18 @@ "url": "https://codeberg.org/bpeetz/flake-templates/archive/0294fb03df7c265f8fae24a9e775d69a953bbf03.tar.gz", "hash": "sha256-rI1qMFzbXVjfEvmf2OS4upnibXpL21its6cCXqhz86o=" }, + "unflake_git_https---git-foss-syndicate-org-bpeetz-devshells_ref_prime": { + "type": "Git", + "repository": { + "type": "Git", + "url": "https://git.foss-syndicate.org/bpeetz/devshells" + }, + "branch": "prime", + "submodules": false, + "revision": "eeadc1096d4f122e09109bb10195ee9a8b6e3be6", + "url": null, + "hash": "sha256-qnSNf9dhKAAFmRTDKCzz8+PDyAvQ+wG3vCoOJCChdxU=" + }, "unflake_git_https---git-foss-syndicate-org-bpeetz-forks-atuin_ref_main": { "type": "Git", "repository": { |
