Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixUnstable: 2.4pre7805_984e5213 -> 2.4pre20200719_a79b6dd
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 20, 2020
1 parent 7d1b94b commit 38880a5
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,30 +196,18 @@ in rec {

nixUnstable = lib.lowPrio (callPackage common rec {
name = "nix-2.4${suffix}";
suffix = "pre7805_984e5213";
suffix = "pre20200719_a79b6dd";

src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "984e521392b3f41f7cdab203e5c00f3e00e27a28";
sha256 = "1dch48018dwzx9cysnfxrdpszav87s0d635zqw810mgmqpm25fw8";
rev = "a79b6ddaa5dd5960da845d1b8d3c80601cd918a4";
hash = "sha256-bOXZcOVh/4tnOb0vXCwDpmNHuW7aVfGUvmz3KyYMCuo=";
};

inherit storeDir stateDir confDir boehmgc;
});

nixFlakes = lib.lowPrio (callPackage common rec {
name = "nix-2.4${suffix}";
suffix = "pre20200622_334e26b";

src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "334e26bfc2ce82912602e8a0f9f9c7e0fb5c3221";
sha256 = "14a2yyn1ygymlci6hl5d308fs3p3m0mgcfs5dc8dn0s3lg5qvbmp";
};

inherit storeDir stateDir confDir boehmgc;
});
nixFlakes = nixUnstable;

}

0 comments on commit 38880a5

Please sign in to comment.