Merge pull request 'clanLib: remove select' (#4158) from fix-lib into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4158
Reviewed-by: lassulus <clanlol@lassul.us>
This commit is contained in:
lassulus
2025-06-30 15:31:06 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -31,8 +31,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.inputs.nix-select.lib.select "clan.templates.clan.*.path" self)
++ builtins.attrValues (self.inputs.nix-select.lib.select "clan.templates.machine.*.path" self);
};
in
{