nix: switched to using sources.nixpkgs
This commit is contained in:
parent
09bd03209f
commit
47e6de0860
|
@ -9,7 +9,7 @@ with import ./nix args; {
|
|||
niv
|
||||
nixopsUnstable # work around for issue #127423
|
||||
];
|
||||
NIX_PATH = "nixpkgs=${path}";
|
||||
NIX_PATH = "nixpkgs=${sources.nixpkgs}";
|
||||
NIXOPS_DEPLOYMENT = "${globals.deploymentName}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue