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