depot/third_party/tvl/users/wpcarro/boilerplate/clojure/shell.nix

8 lines
81 B
Nix
Raw Normal View History

{ pkgs, ... }:
pkgs.mkShell {
buildInputs = with pkgs; [
leiningen
];
}