nixUnstable: fix output name tokenizatoin
This commit is contained in:
parent
9c0ca46a6d
commit
5e7e70b200
|
@ -225,6 +225,13 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit storeDir stateDir confDir boehmgc;
|
inherit storeDir stateDir confDir boehmgc;
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/NixOS/nix/commit/8c7e043de2f673bc355d83f1e873baa93f30be62.patch";
|
||||||
|
sha256 = "sha256-aTcUnZXheewnyCT7yQKnTqQDKS2uDoN9plMQgxJH8Ag=";
|
||||||
|
})
|
||||||
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
nixExperimental = nixUnstable.overrideAttrs (prev: {
|
nixExperimental = nixUnstable.overrideAttrs (prev: {
|
||||||
|
|
Loading…
Reference in New Issue