diff options
author | makefu <github@syntax-fehler.de> | 2016-02-18 08:36:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-18 08:36:18 +0100 |
commit | 644649e7250f7ef5c553cd6ad404d544097ed698 (patch) | |
tree | 4bbc918dae27ccf5e9aafbc816cd8ee8cb89d5a6 /makefu/2configs/deployment | |
parent | ae3a6110c69ee1c5339befa73b52ac274ebfc260 (diff) |
ma 2 mycube: cleanup
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 6a32656b4..38fc4a243 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 self.flask self.redis self.werkzeug self.jinja2 self.markupsafe itsdangerous ]; + python2Packages = self: with self; [ pkgs.mycube-flask flask redis werkzeug jinja2 markupsafe itsdangerous ]; socket = wsgi-sock; }; }; |