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`). --- modules/by-name/gi/git/git_ignore.git | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name/gi/git') diff --git a/modules/by-name/gi/git/git_ignore.git b/modules/by-name/gi/git/git_ignore.git index 8f29815e..9a92db69 100644 --- a/modules/by-name/gi/git/git_ignore.git +++ b/modules/by-name/gi/git/git_ignore.git @@ -1,4 +1,7 @@ # default nvim Session file name Session.vim +# The .direnv file for pre-cache devshells +.nenvrc + # vim: ft=gitignore -- cgit v1.3.1