test.sh: Fix test to use current flake

This commit is contained in:
Sridhar Ratnakumar 2023-06-21 10:00:35 -04:00
parent 0dc9836cbe
commit 1a0cd58b08

View File

@ -5,5 +5,5 @@ cd "$(dirname "$0")"
# On NixOS, run the VM tests to test runtime behaviour
if command -v nixos-rebuild &> /dev/null; then
# service tests
nix flake check -L ./test
nix flake check -L ./test --override-input services-flake .
fi