{ buildPythonPackage, django_4 }: buildPythonPackage { pname = "homemanager"; version = "0.0.1"; src = ./.; propagatedBuildInputs = [ django_4 ]; }