remove yarn bin from output

main
Yorick van Pelt 2023-01-30 14:45:25 +01:00
parent 1e2275ba15
commit 68eff0612f
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
postBuild = ''
yarn install --production --ignore-scripts --prefer-offline
'';
postInstall = "rm $out/bin/yarn";
};
};
}