Commit a3459d79 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[nix] add repl

parent 1d9925d9
......@@ -61,6 +61,12 @@ let
echo "Bundling"
yarn pulp browserify --skip-compile -t dist/bundle.js --src-path output
'';
repl = pkgs.writeShellScriptBin "repl" ''
#!/usr/bin/env bash
yarn pulp repl
'';
in
pkgs.mkShell {
buildInputs = [
......@@ -71,6 +77,7 @@ pkgs.mkShell {
build-purs
build-purs-from-store
build
repl
pkgs.yarn
];
}
......
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