From aa55de1820a5ae27ac32b9b0e33b18ae592b46fb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 17 Aug 2026 22:27:54 +0200 Subject: 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`). --- npins/sources.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'npins/sources.json') 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": { -- cgit v1.3.1