blob: 2c0275d3cf2523b13f2f52cca66b33c9114c6bfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{ briefcase ? import <briefcase> {}, ... }:
briefcase.nix.buildClojure.program {
name = "test";
deps = with briefcase.third_party.clojure; [
];
srcs = [
./main.clj
]
}
|