nixUnstable: fix output name tokenizatoin

This commit is contained in:
Jörg Thalheim 2021-05-13 06:25:01 +02:00
parent 9c0ca46a6d
commit 5e7e70b200
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -225,6 +225,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: {