Support //boilerplate/clojure

While this is most likely incomplete or even erroneous, I'd like to start
supporting Clojure in this repository.
This commit is contained in:
William Carroll 2020-05-04 12:32:50 +01:00
parent 7a7c29d46c
commit 066b1441b2
6 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,7 @@
let
pkgs = import <nixpkgs> {};
in pkgs.mkShell {
buildInputs = with pkgs; [
leiningen
];
}