minimal: Expose $NIX_PATH from flake input

This commit is contained in:
traxys 2024-05-04 11:29:09 +02:00
parent 9ffd88ed26
commit 16576cc155

View file

@ -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";