nix: Add cached-nix-shell

upower
Simon Bruder 2021-07-11 10:43:43 +02:00
parent ce6e2660d0
commit 6006e2cb46
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -82,4 +82,8 @@ in
AriaNg.overlay
];
environment.systemPackages = with pkgs; [
cached-nix-shell
];
}