garage/script/jepsen.garage/shell.nix
2023-04-19 22:17:20 +02:00

8 lines
128 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
leiningen
vagrant
gnuplot
];
}