fix(nix_path): Use a constant name for the path #498

Merged
thubrecht merged 1 commit from nix-path into main 2025-06-12 23:56:32 +02:00

View file

@ -193,7 +193,9 @@ in
nix = { nix = {
# Set NIX_PATH to the patched version of nixpkgs # Set NIX_PATH to the patched version of nixpkgs
nixPath = [ "nixpkgs=${builtins.storePath sourcePkgs.path}" ]; environment.etc.nixpkgs.source = builtins.storePath sourcePkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
optimise.automatic = true; optimise.automatic = true;
gc = { gc = {