ma 2 mycube: cleanup

This commit is contained in:
makefu 2016-02-18 08:36:18 +01:00
parent ae3a6110c6
commit 644649e725

View File

@ -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;
};
};