[flake] bun -> nix

parent f44dcdf5
Pipeline #6073 failed with stages
in 3 minutes and 32 seconds
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
set -e set -e
#yarn server #yarn server
bun run server npm run server
''; '';
...@@ -45,14 +45,14 @@ ...@@ -45,14 +45,14 @@
set -e set -e
echo "Build watch" echo "Build watch"
bun spago build -w --then browserify npm spago build -w --then browserify
''; '';
build-zephyr = pkgs.writeShellScriptBin "build-zephyr" '' build-zephyr = pkgs.writeShellScriptBin "build-zephyr" ''
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
bun spago build --purs-args '--codegen corefn,js' npm spago build --purs-args '--codegen corefn,js'
zephyr -f Main.main zephyr -f Main.main
browserify-zephyr browserify-zephyr
''; '';
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
bun run minify npm run minify
''; '';
in 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