switch back to python3 for uwsgi
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45e298b07e
commit
e386eb1b63
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
py = pkgs.python311.override {
|
||||
py = pkgs.python3.override {
|
||||
packageOverrides = final: prev: {
|
||||
django = prev.django_4;
|
||||
cronsim =
|
||||
|
|
Loading…
Reference in a new issue