summaryrefslogtreecommitdiff
path: root/nix/package
diff options
context:
space:
mode:
Diffstat (limited to 'nix/package')
-rw-r--r--nix/package/nixtamal.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/package/nixtamal.nix b/nix/package/nixtamal.nix
index bf4e576..833e381 100644
--- a/nix/package/nixtamal.nix
+++ b/nix/package/nixtamal.nix
@@ -54,6 +54,10 @@ ocamlPackages.buildDunePackage {
]) (fs.maybeMissing ../../_build);
};
+ env = {
+ DUNE_PROFILE = "release";
+ };
+
nativeBuildInputs = [
python3Packages.docutils
# NOTE: no KDL support