This commit is contained in:
Charlotte 🦝 Delenk 2023-01-27 13:11:45 +01:00
parent ddb3ce7b28
commit 8b09d60442
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -29,7 +29,7 @@ in
};
});
inherit (noto-variable) noto-fonts-cjk;
nix = nix-packages.packages.${system}.nix-s3-dedup.overrideAttrs (old: rec {
nix = prev.nix.overrideAttrs (old: rec {
postPatchPhase = ''
sed 's/getBoolAttr."allowSubstitutes", true./true/' src/libstore/parsed-derivations.cc
'';