We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 07be75d commit 1deb779Copy full SHA for 1deb779
pkgs/tools/package-management/nix/default.nix
@@ -132,6 +132,8 @@ in rec {
132
};
133
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };
134
135
+ nixUnstable = nix;
136
+/*
137
nixUnstable = (lib.lowPrio (common rec {
138
name = "nix-2.0${suffix}";
139
suffix = "pre5968_a6c0b773";
@@ -143,5 +145,6 @@ in rec {
143
145
144
146
fromGit = true;
147
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
148
+*/
149
150
}
0 commit comments