summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-13 21:21:00 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-13 21:21:00 +0100
commit2e8711a58820fa84b4a14c6b6e754a614f22bc0e (patch)
tree36fa01118d9a6db41dbbec3e80d70b8cb85e7740 /tests
parent87b4abe94d627c3aac572259310250a4c8b865c9 (diff)
use flakes
Diffstat (limited to 'tests')
-rw-r--r--tests/configuration.nix (renamed from tests/vm.nix)0
-rwxr-xr-xtests/run-tests.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm.nix b/tests/configuration.nix
index e878c12..e878c12 100644
--- a/tests/vm.nix
+++ b/tests/configuration.nix
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index a55e282..b74a6fe 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -8,7 +8,7 @@ function cleanup {
}
sudo nixos-container stop hermes || exit 2
-sudo nixos-container update hermes --config-file ./vm.nix || exit 2
+sudo nixos-container update hermes --flake ..#hermes-test || exit 2
echo Starting container ...
sudo nixos-container start hermes || exit 2