mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-24 15:50:59 +01:00
minimal: Expose $NIX_PATH from flake input
This commit is contained in:
parent
9ffd88ed26
commit
16576cc155
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
|
||||
};
|
||||
};
|
||||
nix.nixPath = ["nixpkgs=${pkgs.path}"];
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue