cli: don't use select from clanLib
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user