garage/script/jepsen.garage/shell.nix

9 lines
128 B
Nix
Raw Normal View History

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