nix: Add cached-nix-shell
This commit is contained in:
parent
ce6e2660d0
commit
6006e2cb46
|
@ -82,4 +82,8 @@ in
|
|||
|
||||
AriaNg.overlay
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cached-nix-shell
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue