Skip to content

Commit

Permalink
bind withLeiningen module option to enableLeiningen attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJayJay committed Oct 10, 2024
1 parent 3c6617c commit 8775f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8775f94

Please sign in to comment.