drop unused unfree_nixpkgs function

This commit is contained in:
Jörg Thalheim
2024-01-30 10:07:37 +07:00
parent 36f5d61ce6
commit 076b3b4ee2

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"