jepsen connects to vagrant vms

This commit is contained in:
Alex Auvolat
2023-04-18 13:59:03 +02:00
parent 17ebb65273
commit ca4cc7e44f
8 changed files with 38 additions and 124 deletions
+1
View File
@@ -2,5 +2,6 @@
pkgs.mkShell {
nativeBuildInputs = [
pkgs.leiningen
pkgs.vagrant
];
}