bepasty-server use python3
This commit is contained in:
parent
7920ebebf0
commit
33d48ec6ee
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
let
|
let
|
||||||
gunicorn = pkgs.python27Packages.gunicorn;
|
gunicorn = pkgs.python3Packages.gunicorn;
|
||||||
bepasty = pkgs.bepasty.override { python3Packages = pkgs.python27Packages; };
|
bepasty = pkgs.bepasty;
|
||||||
gevent = pkgs.python27Packages.gevent;
|
gevent = pkgs.python3Packages.gevent;
|
||||||
python = pkgs.python27Packages.python;
|
python = pkgs.python3Packages.python;
|
||||||
cfg = config.krebs.bepasty;
|
cfg = config.krebs.bepasty;
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
|
Loading…
Reference in New Issue
Block a user