garage/script/jepsen.garage/shell.nix

9 lines
128 B
Nix
Raw Normal View History

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