diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 21:21:00 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 21:21:00 +0100 |
| commit | 2e8711a58820fa84b4a14c6b6e754a614f22bc0e (patch) | |
| tree | 36fa01118d9a6db41dbbec3e80d70b8cb85e7740 /tests/run-tests.sh | |
| parent | 87b4abe94d627c3aac572259310250a4c8b865c9 (diff) | |
use flakes
Diffstat (limited to 'tests/run-tests.sh')
| -rwxr-xr-x | tests/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
