summaryrefslogtreecommitdiffstats
path: root/2configs/deployment/mycube.connector.one.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-18 08:36:18 +0100
committermakefu <github@syntax-fehler.de>2016-02-18 08:36:18 +0100
commite5d093dd1e9785646fc3071d43522fc02824790e (patch)
tree7cbf34a954640cdcd969a493c15c9c26b36017ed /2configs/deployment/mycube.connector.one.nix
parent2e00c3d1968698b88b72500a811554cf6f4e1d25 (diff)
ma 2 mycube: cleanup
Diffstat (limited to '2configs/deployment/mycube.connector.one.nix')
-rw-r--r--2configs/deployment/mycube.connector.one.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/deployment/mycube.connector.one.nix b/2configs/deployment/mycube.connector.one.nix
index 6a32656b4..38fc4a243 100644
--- a/2configs/deployment/mycube.connector.one.nix
+++ b/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;
};
};