Delete //clojure
Deleting my early sketches of how I would like a Nix expression that built Clojure packages, libraries, and executables to look like.
This commit is contained in:
parent
b266378850
commit
61c6a50285
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
{ briefcase, ... }:
|
|
||||||
|
|
||||||
briefcase.nix.buildClojure.program {
|
|
||||||
name = "test";
|
|
||||||
deps = with briefcase.third_party.clojure; [
|
|
||||||
|
|
||||||
];
|
|
||||||
srcs = [
|
|
||||||
./main.clj
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue