fix nix
This commit is contained in:
parent
ddb3ce7b28
commit
8b09d60442
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue