forked from lix-project/nixos-module
fix: pin nurl to upstream nix
nix-init depends on nurl, so they need to use the same nix for nix-init to not be rebuilt.
This commit is contained in:
parent
10fd7b4135
commit
ddb978dcc9
|
@ -60,4 +60,8 @@ in
|
|||
nix-init = prev.nix-init.override {
|
||||
nix = final.nixVersions.nix_2_18_upstream;
|
||||
};
|
||||
|
||||
nurl = prev.nurl.override {
|
||||
nix = final.nixVersions.nix_2_18_upstream;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue