1 2 3 4 5 6 7 8 9 10 11
{ briefcase, ... }: briefcase.nix.buildClojure.program { name = "test"; deps = with briefcase.third_party.clojure; [ ]; srcs = [ ./main.clj ] }