diff --git a/flake.nix b/flake.nix index d7d09d1..d023b25 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,7 @@ packages = with ps.modules.Main; { default = app { name = "purs-eval"; }; bundle = bundle { }; - output = output { codegen = "corefn,js"; comments = true; no-prefix = true; }; + output = output { }; };