summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-28 01:53:41 +0100
committermakefu <github@syntax-fehler.de>2016-02-28 01:53:41 +0100
commit4f984fc1935a8e9c0b6d6f756072e5bf9e743487 (patch)
tree6b3c48f46aeee119f78cadf1a840ebe9743f9bcf /2configs
parentc92793cc9ce51bab40c6071b231c3429d04dc0b7 (diff)
ma 2 mycube: not necessary to include implicit deps with nixpkgs@2016-02-14
Diffstat (limited to '2configs')
-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 38fc4a243..125b3dfff 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 flask redis werkzeug jinja2 markupsafe itsdangerous ];
+ pythonPackages = self: with self; [ pkgs.mycube-flask ];
socket = wsgi-sock;
};
};