bepasty-server use python3

This commit is contained in:
lassulus 2019-12-01 16:16:17 +01:00 committed by makefu
parent e6d2e5d203
commit e913c83c3a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 4 additions and 4 deletions

View File

@ -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 = {