nixUnstable: pre20210326_dd77f71 -> pre20210503_6d2553a
(amongst other things) several fixes to make the `ca-derivations` experimental feature usable on a daily basis
This commit is contained in:
parent
2af7eeed29
commit
2994db87fb
1 changed files with 3 additions and 3 deletions
|
@ -215,13 +215,13 @@ in rec {
|
|||
nixUnstable = lib.lowPrio (callPackage common rec {
|
||||
pname = "nix";
|
||||
version = "2.4${suffix}";
|
||||
suffix = "pre20210326_dd77f71";
|
||||
suffix = "pre20210503_6d2553a";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
rev = "dd77f71afe6733e9790dd001125c423cb648b7ce";
|
||||
sha256 = "rVHzrsCtdiWjyLuHnDplG2mx+7dw5VyzZ9ReXxuCvHY=";
|
||||
rev = "6d2553ae1496288554e871c530836428f405fd67";
|
||||
sha256 = "sha256-YeSeyOKhBAXHlkzo4mwYr8QIjIP9AgdpJ7YdhqOO2CA=";
|
||||
};
|
||||
|
||||
inherit storeDir stateDir confDir boehmgc;
|
||||
|
|
Loading…
Reference in a new issue