diff options
Diffstat (limited to 'Com/Simatime')
-rw-r--r-- | Com/Simatime/buildHaskellApp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Com/Simatime/buildHaskellApp.nix b/Com/Simatime/buildHaskellApp.nix index 7f67622..7542739 100644 --- a/Com/Simatime/buildHaskellApp.nix +++ b/Com/Simatime/buildHaskellApp.nix @@ -66,7 +66,7 @@ in { # compile with ghc # ${ghc}/bin/ghc -i. --make ${apexPath}.hs -main-is ${apex} \ - -o ${apexPath} + -o $out/bin/${nick} # # compile with ghcjs # |