From 753c0726630304113e5a6af75d97b4fcf0b45a90 Mon Sep 17 00:00:00 2001 From: Matthew Salerno Date: Mon, 21 Aug 2023 21:30:40 -0400 Subject: [PATCH] change null test to test enable = false --- tests/null.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/null.nix b/tests/null.nix index 850ec46..cb75d7f 100644 --- a/tests/null.nix +++ b/tests/null.nix @@ -8,6 +8,8 @@ nodes = { # `self` here is set by using specialArgs in `lib.nix` node1 = { self, pkgs, ... }: { + imports = [ self.nixosModules.default ]; + wirenix.enable = false; }; }; # This is the test code that will check if our service is running correctly: