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
browserify
'';
build-css = pkgs.writeShellScriptBin "build-css" ''
#!/usr/bin/env bash
set -e
yarn css
'';
build-watch = pkgs.writeShellScriptBin "build-watch" ''
#!/usr/bin/env bash
set -e
......@@ -68,6 +79,8 @@ pkgs.mkShell {
build-purs
build-watch
build
build-css
pkgs.nodejs
repl
pkgs.pulp
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