clan-cli flake-module: get select from new lib location

This commit is contained in:
lassulus
2025-04-19 17:02:32 -07:00
committed by Michael Hoang
parent 89adacebec
commit 34ac45bd13

View File

@@ -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 =