drop unused unfree_nixpkgs function

This commit is contained in:
Jörg Thalheim 2024-01-30 10:07:37 +07:00
parent 846d2c0f44
commit 80a335eb4c

View File

@ -86,7 +86,3 @@ def nixpkgs_flake() -> Path:
def nixpkgs_source() -> Path:
return (module_root() / "nixpkgs" / "path").resolve()
def unfree_nixpkgs() -> Path:
return module_root() / "nixpkgs" / "unfree"