Add support for CLI

This commit is contained in:
2024-04-12 12:22:27 +02:00
parent 3554d1bd6f
commit 08a823cb06
5 changed files with 66 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
# https://jlesquembre.github.io/clj-nix/options/
{
projectSrc = ./.;
name = "com.bartlomiejpluta.packer";
name = "packer";
main-ns = "packer.main";
nativeImage.enable = false;