diff options
author | lassulus <lass@aidsballs.de> | 2016-03-02 20:51:37 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-03-02 20:51:37 +0100 |
commit | ef8ed48b1c576238e8fd6cbaef0d0208d8cc1b68 (patch) | |
tree | 15d9dc2aadbba7d0c7c6338d6441af7849cc248b /makefu/2configs/deployment/mycube.connector.one.nix | |
parent | 024de57e7b1918a617685b65a0c5c45ee4592e47 (diff) | |
parent | db72d5911f1556d3b1cfbe8f1a2d8f6765728952 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/deployment/mycube.connector.one.nix')
-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; }; }; |