unison/build-and-run
2015-10-08 01:05:23 -04:00

5 lines
334 B
Bash
Executable File

#!/usr/bin/env bash
$(nix-build --option extra-binary-caches https://ryantrinkle.com:5443/ -j 8 env.nix -A ghc7101.unison-node --no-out-link)/bin/node &
echo The editor is at: file://$(nix-build --option extra-binary-caches https://ryantrinkle.com:5443/ -j 8 env.nix -A ghcjs.unison-editor --no-out-link)/bin/editor.jsexe/index.html