Skip to content

Commit 1deb779

Browse files
committedMar 7, 2018
nixUnstable: Point to Nix 2.0
1 parent 07be75d commit 1deb779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎pkgs/tools/package-management/nix/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ in rec {
132132
};
133133
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };
134134

135+
nixUnstable = nix;
136+
/*
135137
nixUnstable = (lib.lowPrio (common rec {
136138
name = "nix-2.0${suffix}";
137139
suffix = "pre5968_a6c0b773";
@@ -143,5 +145,6 @@ in rec {
143145
};
144146
fromGit = true;
145147
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
148+
*/
146149

147150
}

0 commit comments

Comments
 (0)
Please sign in to comment.