This is going to fail but will "fix" the build

This commit is contained in:
silver 2023-12-20 15:20:28 +00:00
parent 82c0c4ae42
commit 1e8b5a3930

View file

@ -22,7 +22,7 @@ in
hash = "sha256-PlOtTh+rpTxAv8ajHBDHZuL7yeeLVpbAfKEDPQlejIg=";
};
postPatch = ''
patch = ''
jq 'del(.scripts.preinstall)' package.json > package.json.tmp
mv -f package.json{.tmp,}
'';