Add 'universe/' from commit '8ad51b24dd'

git-subtree-dir: universe
git-subtree-mainline: 15110e6de9
git-subtree-split: 8ad51b24dd
This commit is contained in:
William Carroll 2020-01-29 14:29:25 +00:00
commit fb9380ba26
131 changed files with 13792 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ universe ? import <universe> {}, ... }:
universe.nix.buildClojure.program {
name = "test";
deps = with universe.third_party.clojure; [
];
srcs = [
./main.clj
]
}