From 975390f94841bc22df13f417f4936662ab0bc2e5 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 2 Apr 2025 10:31:16 +0200 Subject: [PATCH] fix(test/vars): include lib into test closure --- nixosModules/clanCore/vars/flake-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixosModules/clanCore/vars/flake-module.nix b/nixosModules/clanCore/vars/flake-module.nix index 32093e7f6..9473e4161 100644 --- a/nixosModules/clanCore/vars/flake-module.nix +++ b/nixosModules/clanCore/vars/flake-module.nix @@ -29,6 +29,7 @@ in include = [ "flakeModules" "nixosModules" + "lib" ]; } }#legacyPackages.${system}.evalTests-module-clan-vars