garage/script/jepsen.garage/shell.nix

9 lines
141 B
Nix
Raw Normal View History

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