diff --git a/pkgs/clan-cli/flake-module.nix b/pkgs/clan-cli/flake-module.nix index ce736765c..2a34bfc6e 100644 --- a/pkgs/clan-cli/flake-module.nix +++ b/pkgs/clan-cli/flake-module.nix @@ -86,8 +86,8 @@ # only adding clanCoreWithVendoredDeps to the nix store is not enough templateDerivation = pkgs.closureInfo { rootPaths = - builtins.attrValues (self.clanLib.select "clan.templates.clan.*.path" self) - ++ builtins.attrValues (self.clanLib.select "clan.templates.machine.*.path" self); + builtins.attrValues (self.clanLib.select.select "clan.templates.clan.*.path" self) + ++ builtins.attrValues (self.clanLib.select.select "clan.templates.machine.*.path" self); }; clanCoreWithVendoredDeps =