add dep to slf4j

This commit is contained in:
2023-05-10 10:57:55 -07:00
parent 984dadd1c2
commit 33bfa2ea66
3 changed files with 6 additions and 9 deletions
+1
View File
@@ -19,6 +19,7 @@
notifier = helpers.packages."${system}".mkClojureLib {
name = "org.fudo/notifier";
src = ./.;
buildCommand = "clojure -T:build uberjar";
};
};