drop unused unfree_nixpkgs function
This commit is contained in:
@@ -86,7 +86,3 @@ def nixpkgs_flake() -> Path:
|
|||||||
|
|
||||||
def nixpkgs_source() -> Path:
|
def nixpkgs_source() -> Path:
|
||||||
return (module_root() / "nixpkgs" / "path").resolve()
|
return (module_root() / "nixpkgs" / "path").resolve()
|
||||||
|
|
||||||
|
|
||||||
def unfree_nixpkgs() -> Path:
|
|
||||||
return module_root() / "nixpkgs" / "unfree"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user