switch back to python 3.11
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
This commit is contained in:
parent
0d3593aeb8
commit
c3f48953fd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
};
|
};
|
||||||
py = pkgs.python312.override {
|
py = pkgs.python3.override {
|
||||||
packageOverrides = final: prev: {
|
packageOverrides = final: prev: {
|
||||||
django = prev.django_5;
|
django = prev.django_5;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue