bepasty: use python3

This commit is contained in:
lassulus 2019-04-13 11:30:43 +02:00
parent 72cd01d104
commit 6c28491768

View File

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