mod ui/default.nix format

This commit is contained in:
Alejandro Diaz 2023-09-11 03:42:49 -06:00
parent 4043767e01
commit bc3f8ef007

View file

@ -5,5 +5,7 @@ buildPythonPackage {
src = ./.;
format = "other";
propagatedBuildInputs = [ django_4 ];
}