Added initial nix config

This commit is contained in:
2022-05-27 11:40:56 -07:00
parent c9adaa5eef
commit ba7a480eaf
7 changed files with 621 additions and 6 deletions
+5 -6
View File
@@ -26,11 +26,10 @@
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test
}
:uberjar {
:replace-deps {uberdeps/uberdeps {:mvn/version "1.1.4"}}
:replace-paths []
:main-opts ["-m" "uberdeps.uberjar"
"--target" "./target/bebot.jar"]
}
:uberdeps {
:replace-deps {uberdeps/uberdeps {:mvn/version "1.1.4"}}
:replace-paths []
:main-opts ["-m" "uberdeps.uberjar"]
}
}
}