Commit 9e2dbf70 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[NIX] shell script to build css

parent 77b03ee7
Pipeline #1790 canceled with stage
...@@ -26,6 +26,17 @@ let ...@@ -26,6 +26,17 @@ let
browserify browserify
''; '';
build-css = pkgs.writeShellScriptBin "build-css" ''
#!/usr/bin/env bash
set -e
yarn css
'';
build-watch = pkgs.writeShellScriptBin "build-watch" '' build-watch = pkgs.writeShellScriptBin "build-watch" ''
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
...@@ -68,6 +79,8 @@ pkgs.mkShell { ...@@ -68,6 +79,8 @@ pkgs.mkShell {
build-purs build-purs
build-watch build-watch
build build
build-css
pkgs.nodejs
repl repl
pkgs.pulp pkgs.pulp
pkgs.spago pkgs.spago
......
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