always allow substitutes
This commit is contained in:
parent
03182bc871
commit
bf8a503b0f
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ in {
|
|||
};
|
||||
sourceRoot = "source/gitea-src-${version}";
|
||||
});
|
||||
nix = prev.nix.overrideAttrs (old: rec {
|
||||
postPatchPhase = ''
|
||||
sed 's/getBoolAttr."allowSubstitutes", true./true/' src/libstore/parsed-derivations.cc
|
||||
'';
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue