cli: don't use select from clanLib

This commit is contained in:
Michael Hoang
2025-04-25 17:44:08 +10:00
parent 52a28488c7
commit 6c8ef6e9be
6 changed files with 55 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ lib.fix (clanLib: {
jsonschema = import ./jsonschema { inherit lib; };
facts = import ./facts.nix { inherit lib; };
# Passthrough from self.inputs
# TODO: Can we make these agnostic from the name of the input?
inherit (self.inputs.nix-select.lib) parseSelector applySelectors select;
# deprecated
# remove when https://git.clan.lol/clan/clan-core/pulls/3212 is implemented
inherit (self.inputs.nix-select.lib) select;
})