nix: switched to using sources.nixpkgs

This commit is contained in:
Serĉanto de Scio 2021-11-25 09:18:21 +10:00
parent 09bd03209f
commit 47e6de0860
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -9,7 +9,7 @@ with import ./nix args; {
niv niv
nixopsUnstable # work around for issue #127423 nixopsUnstable # work around for issue #127423
]; ];
NIX_PATH = "nixpkgs=${path}"; NIX_PATH = "nixpkgs=${sources.nixpkgs}";
NIXOPS_DEPLOYMENT = "${globals.deploymentName}"; NIXOPS_DEPLOYMENT = "${globals.deploymentName}";
}; };
} }