garage/script/jepsen.garage/shell.nix

7 lines
107 B
Nix
Raw Normal View History

2023-04-18 10:14:13 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.leiningen
];
}