unison/build-and-run

5 lines
334 B
Plaintext
Raw Normal View History

2015-07-17 10:29:47 +03:00
#!/usr/bin/env bash
2015-10-08 08:05:23 +03:00
$(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