diff --git a/lib/flake-parts/clan-nixos-test.nix b/lib/flake-parts/clan-nixos-test.nix index 9ee4fee58..3c5267b47 100644 --- a/lib/flake-parts/clan-nixos-test.nix +++ b/lib/flake-parts/clan-nixos-test.nix @@ -43,8 +43,16 @@ in self.modules.nixosVmTest.clanTest testModule ]; - + hostPkgs = pkgs; + + defaults = { + imports = [ + { + _module.args.clan-core = self; + } + ]; + }; } ); in @@ -63,8 +71,16 @@ in self.modules.nixosVmTest.clanTest testModule ]; - + hostPkgs = pkgs; + + defaults = { + imports = [ + { + _module.args.clan-core = self; + } + ]; + }; } ) ) cfg)