aboutsummaryrefslogtreecommitdiff
path: root/script/jepsen.garage/shell.nix
blob: 1f2514c68300fdfae1f0d01521a231ea00e43404 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
  nativeBuildInputs = with pkgs; [
    leiningen
    vagrant
    gnuplot
  ];
}