From 1a0cd58b0839aacad2b949d20c183ee7b3e7d421 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 21 Jun 2023 10:00:35 -0400 Subject: [PATCH] test.sh: Fix test to use current flake --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 3aba908..b4e1d73 100755 --- a/test.sh +++ b/test.sh @@ -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