clan-cli flake-module: get select from new lib location
This commit is contained in:
@@ -86,8 +86,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.clanLib.select.select "clan.templates.clan.*.path" self)
|
||||||
++ builtins.attrValues (self.clanLib.select "clan.templates.machine.*.path" self);
|
++ builtins.attrValues (self.clanLib.select.select "clan.templates.machine.*.path" self);
|
||||||
};
|
};
|
||||||
|
|
||||||
clanCoreWithVendoredDeps =
|
clanCoreWithVendoredDeps =
|
||||||
|
|||||||
Reference in New Issue
Block a user