[flake] bun -> nix

parent f44dcdf5
Pipeline #6073 failed with stages
in 3 minutes and 32 seconds
......@@ -36,7 +36,7 @@
set -e
#yarn server
bun run server
npm run server
'';
......@@ -45,14 +45,14 @@
set -e
echo "Build watch"
bun spago build -w --then browserify
npm spago build -w --then browserify
'';
build-zephyr = pkgs.writeShellScriptBin "build-zephyr" ''
#!/usr/bin/env bash
set -e
bun spago build --purs-args '--codegen corefn,js'
npm spago build --purs-args '--codegen corefn,js'
zephyr -f Main.main
browserify-zephyr
'';
......@@ -61,7 +61,7 @@
#!/usr/bin/env bash
set -e
bun run minify
npm run minify
'';
in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment