diff options
author | tv <tv@krebsco.de> | 2016-03-10 14:18:12 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-10 14:18:12 +0100 |
commit | cf416ecd6848a4f9e96126220fe86c50b2e86ca7 (patch) | |
tree | 0a40c4ce52279fbf54de3ff847ae934e79a765f0 /makefu/2configs/deployment | |
parent | 17be0772c5cfcb57f99299ad541b76dfabf8a62d (diff) | |
parent | 4ca96e8b04056ae9d06c2ff2e153d2e592991c15 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/deployment')
-rw-r--r-- | makefu/2configs/deployment/mycube.connector.one.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/mycube.connector.one.nix b/makefu/2configs/deployment/mycube.connector.one.nix index 38fc4a243..125b3dfff 100644 --- a/makefu/2configs/deployment/mycube.connector.one.nix +++ b/makefu/2configs/deployment/mycube.connector.one.nix @@ -16,7 +16,7 @@ in { vassals = { mycube-flask = { type = "normal"; - python2Packages = self: with self; [ pkgs.mycube-flask flask redis werkzeug jinja2 markupsafe itsdangerous ]; + pythonPackages = self: with self; [ pkgs.mycube-flask ]; socket = wsgi-sock; }; }; |