clanLib: remove select
This commit is contained in:
@@ -46,9 +46,5 @@ lib.fix (
|
|||||||
flakes = clanLib.callLib ./flakes.nix {
|
flakes = clanLib.callLib ./flakes.nix {
|
||||||
clan-core = self;
|
clan-core = self;
|
||||||
};
|
};
|
||||||
|
|
||||||
# deprecated
|
|
||||||
# remove when https://git.clan.lol/clan/clan-core/pulls/3212 is implemented
|
|
||||||
inherit (self.inputs.nix-select.lib) select;
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -31,8 +31,8 @@
|
|||||||
# only adding clanCoreWithVendoredDeps to the nix store is not enough
|
# only adding clanCoreWithVendoredDeps to the nix store is not enough
|
||||||
templateDerivation = pkgs.closureInfo {
|
templateDerivation = pkgs.closureInfo {
|
||||||
rootPaths =
|
rootPaths =
|
||||||
builtins.attrValues (self.clanLib.select "clan.templates.clan.*.path" self)
|
builtins.attrValues (self.inputs.nix-select.lib.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.machine.*.path" self);
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user