summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-12-07 14:17:53 -0500
committerShea Levy <shea@shealevy.com>2017-12-07 14:17:53 -0500
commitbed3695848c23a2ea98a48c42754e8b5d769e821 (patch)
tree14e809e673cc00341e6edbb544978932ce6aa998 /pkgs/tools/package-management
parent0235f1249e5e174b27dfa70864c05e6396ec0cca (diff)
downloadnixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.tar
nixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.tar.gz
nixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.tar.bz2
nixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.tar.lz
nixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.tar.xz
nixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.tar.zst
nixlib-bed3695848c23a2ea98a48c42754e8b5d769e821.zip
Revert "nixUnstable: rename to nix-unstable"
This commit effectively makes it impossible to upgrade to nixUnstable
with nix-env without mucking about with priorities, as you can't
uninstall the old nix transactionally with the new nix and if you
uninstall the old one first you no longer have nix at your disposal to
install the new one.

This reverts commit 9711aac642b184a63498dd4bbf8a572721be53c8.
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/nix/default.nix b/pkgs/tools/package-management/nix/default.nix
index eadcf7a17b6d..19fd026481ca 100644
--- a/pkgs/tools/package-management/nix/default.nix
+++ b/pkgs/tools/package-management/nix/default.nix
@@ -160,7 +160,7 @@ in rec {
   }) // { perl-bindings = nixStable; };
 
   nixUnstable = (lib.lowPrio (common rec {
-    name = "nix-unstable-1.12${suffix}";
+    name = "nix-1.12${suffix}";
     suffix = "pre5788_e3013543";
     src = fetchFromGitHub {
       owner = "NixOS";