Merge pull request #122794 from Mic92/nix-hotfix

nixUnstable: pre20210503_6d2553a -> pre20210513_340f831
This commit is contained in:
Domen Kožar 2021-05-15 15:47:41 +02:00 committed by GitHub
commit f5f8f2415e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,6 +218,13 @@ in rec {
};
inherit storeDir stateDir confDir boehmgc;
patches = [
(fetchpatch {
url = "https://github.com/NixOS/nix/commit/8c7e043de2f673bc355d83f1e873baa93f30be62.patch";
sha256 = "sha256-aTcUnZXheewnyCT7yQKnTqQDKS2uDoN9plMQgxJH8Ag=";
})
];
});
nixExperimental = nixUnstable.overrideAttrs (prev: {