cli: don't use select from clanLib

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

View File

@@ -140,3 +140,7 @@ def nixpkgs_flake() -> Path:
def nixpkgs_source() -> Path:
return (module_root() / "nixpkgs" / "path").resolve()
def select_source() -> Path:
return (module_root() / "select").resolve()