about summary refs log tree commit diff
path: root/users/wpcarro/boilerplate/clojure/shell.nix
{ pkgs, ... }:

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