mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
commit
27fff9ef3c
@ -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 New Issue
Block a user