066b1441b2
While this is most likely incomplete or even erroneous, I'd like to start supporting Clojure in this repository.
7 lines
102 B
Nix
7 lines
102 B
Nix
let
|
|
pkgs = import <nixpkgs> {};
|
|
in pkgs.mkShell {
|
|
buildInputs = with pkgs; [
|
|
leiningen
|
|
];
|
|
}
|