Configure and start Sable in guest VMs

This commit is contained in:
2023-09-09 17:33:05 +02:00
parent fbe2cd6951
commit 776d4a425f
6 changed files with 218 additions and 11 deletions

View File

@ -4,6 +4,7 @@
:license {:name "AGPL-3.0-only"
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/data.json "2.4.0"]
[jepsen "0.3.3"]]
:repl-options {:init-ns jable.core}
:main jable.cli)