From b0fca138bbc01e4259b28291673e2f89cfbbd15c Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 19 Apr 2025 17:02:32 -0700 Subject: [PATCH] clan-cli flake-module: get select from new lib location --- pkgs/clan-cli/flake-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 =