about summary refs log tree commit diff
path: root/tools/magrathea/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/magrathea/default.nix')
-rw-r--r--tools/magrathea/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/magrathea/default.nix b/tools/magrathea/default.nix
index fa0a5d89a1..1d6dacf67c 100644
--- a/tools/magrathea/default.nix
+++ b/tools/magrathea/default.nix
@@ -18,6 +18,6 @@ pkgs.stdenv.mkDerivation {
 
   buildPhase = ''
     mkdir -p $out/bin
-    csc -o $out/bin/mg -static ${./mg.scm}
+    csc -o $out/bin/mg -host -static ${./mg.scm}
   '';
 }