Skip to content

Commit

Permalink
Rollback launch
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Mar 7, 2024
1 parent 60cda26 commit a7dcdd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ buildNpmPackage {
mkdir $out/bin
cat <<EOF > $out/bin/cofob-dev
#!${nodejs}/bin/node $out/index.js
#!${bash}/bin/bash
${nodejs}/bin/node $out/index.js
EOF
chmod u+x $out/bin/cofob-dev
'';
Expand Down

0 comments on commit a7dcdd4

Please sign in to comment.