From 8775f9440bd46043683cea48c4805aa5df324c99 Mon Sep 17 00:00:00 2001 From: JohnnyJayJay Date: Thu, 10 Oct 2024 19:04:56 +0200 Subject: [PATCH] bind withLeiningen module option to enableLeiningen attribute --- helpers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers.nix b/helpers.nix index 27ee4d5..6725a0a 100644 --- a/helpers.nix +++ b/helpers.nix @@ -73,6 +73,7 @@ in inherit (cfg) projectSrc name version main-ns buildCommand lockfile java-opts compileCljOpts javacOpts builder-extra-inputs builder-java-opts builder-preBuild builder-postBuild; + enableLeiningen = cfg.withLeiningen; }; in