aboutsummaryrefslogtreecommitdiff
path: root/script/jepsen.garage/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'script/jepsen.garage/shell.nix')
-rw-r--r--script/jepsen.garage/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/jepsen.garage/shell.nix b/script/jepsen.garage/shell.nix
index 4f0af839..b0dda6d1 100644
--- a/script/jepsen.garage/shell.nix
+++ b/script/jepsen.garage/shell.nix
@@ -2,5 +2,6 @@
pkgs.mkShell {
nativeBuildInputs = [
pkgs.leiningen
+ pkgs.vagrant
];
}