commit
27fff9ef3c
1 changed files with 3 additions and 0 deletions
|
@ -25,7 +25,10 @@ stdenvNoCC.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm 755 ./bun $out/bin/bun
|
||||
ln -s $out/bin/bun $out/bin/bunx
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue