diff options
author | Alan Pearce | 2024-06-25 20:52:26 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 20:52:26 +0200 |
commit | afb53f43cc5c8b9740e106410f7bc032f74dff8f (patch) | |
tree | c094607db5fdb30e4bf381dec752126056fa6b56 /user | |
parent | a1b1d49b44d8e08fcdb2300d9af27c74b195fd47 (diff) | |
download | nixfiles-afb53f43cc5c8b9740e106410f7bc032f74dff8f.tar.lz nixfiles-afb53f43cc5c8b9740e106410f7bc032f74dff8f.tar.zst nixfiles-afb53f43cc5c8b9740e106410f7bc032f74dff8f.zip |
install cached-nix-shell locally and in CI
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix index f6d05c6a..66c00daf 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -18,6 +18,7 @@ in }; home.packages = with pkgs; [ + cached-nix-shell nil npins nix-prefetch-scripts |