nixUnstable: Point to Nix 2.0
This commit is contained in:
@@ -132,6 +132,8 @@ in rec {
|
|||||||
};
|
};
|
||||||
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };
|
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };
|
||||||
|
|
||||||
|
nixUnstable = nix;
|
||||||
|
/*
|
||||||
nixUnstable = (lib.lowPrio (common rec {
|
nixUnstable = (lib.lowPrio (common rec {
|
||||||
name = "nix-2.0${suffix}";
|
name = "nix-2.0${suffix}";
|
||||||
suffix = "pre5968_a6c0b773";
|
suffix = "pre5968_a6c0b773";
|
||||||
@@ -143,5 +145,6 @@ in rec {
|
|||||||
};
|
};
|
||||||
fromGit = true;
|
fromGit = true;
|
||||||
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
|
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user