Commit 5b3e5c38 authored by Yoelis Acourt's avatar Yoelis Acourt

chore: further cleaning

parent 702b7014
Pipeline #7071 canceled with stages
...@@ -22,9 +22,8 @@ ...@@ -22,9 +22,8 @@
dependencies = with pkgs; [ dependencies = with pkgs; [
purs-bin.purs-0_15_16-1 # from the purescript-overlay purs-bin.purs-0_15_16-1 # from the purescript-overlay
spago-bin.spago-0_93_37 spago-bin.spago-0_93_37
#purescript
#spago-unstable
nodePackages.purs-tidy nodePackages.purs-tidy
watchexec
esbuild esbuild
nodejs nodejs
nodePackages.npm nodePackages.npm
...@@ -36,13 +35,6 @@ ...@@ -36,13 +35,6 @@
npm run server npm run server
''; '';
build-watch = pkgs.writeShellScriptBin "build-watch" ''
set -e
echo "Build watch"
npm spago build -w --then browserify
'';
setup-gitblame = pkgs.writeShellScriptBin "setup-gitblame" '' setup-gitblame = pkgs.writeShellScriptBin "setup-gitblame" ''
set -e set -e
...@@ -167,7 +159,6 @@ ...@@ -167,7 +159,6 @@
self.packages.${system}.repl self.packages.${system}.repl
setup-gitblame setup-gitblame
build-watch
build-zephyr build-zephyr
minify-bundle minify-bundle
serve serve
......
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