7 lines
81 B
Nix
7 lines
81 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = with pkgs; [
|
|
leiningen
|
|
];
|
|
}
|