bepasty-server: use python2 again

This commit is contained in:
lassulus 2019-04-13 21:54:15 +02:00
parent 167f19018d
commit 4ac7399b75

View File

@ -2,10 +2,10 @@
with import <stockholm/lib>; with import <stockholm/lib>;
let let
gunicorn = pkgs.python3Packages.gunicorn; gunicorn = pkgs.python27Packages.gunicorn;
bepasty = pkgs.bepasty; bepasty = pkgs.bepasty.override { python3Packages = pkgs.python27Packages; };
gevent = pkgs.python3Packages.gevent; gevent = pkgs.python27Packages.gevent;
python = pkgs.python3Packages.python; python = pkgs.python27Packages.python;
cfg = config.krebs.bepasty; cfg = config.krebs.bepasty;
out = { out = {