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:
parent
7a7c29d46c
commit
066b1441b2
6 changed files with 57 additions and 0 deletions
7
boilerplate/clojure/shell.nix
Normal file
7
boilerplate/clojure/shell.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
leiningen
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue