Skip to content

Commit

Permalink
nix: Fix REPL script.
Browse files Browse the repository at this point in the history
  • Loading branch information
MostAwesomeDude committed Oct 11, 2015
1 parent 29187b9 commit 10ed13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/mast.nix
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
cp -r mast repl.ty $out/
echo "${typhonVm}/mt-typhon -l $out/mast $out/repl.ty" > $out/bin/monte
echo "${typhonVm}/mt-typhon -l $out/mast $out/repl" > $out/bin/monte
chmod +x $out/bin/monte
'';
checkPhase = "make testMast";
Expand Down

0 comments on commit 10ed13f

Please sign in to comment.