alerta: move to all-packages.nix and use buildPythonApplication

This commit is contained in:
Robert Schütz
2021-02-28 12:25:52 +01:00
parent 3fcd9361b5
commit 336c114214
5 changed files with 30 additions and 32 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ in
};
};
environment.systemPackages = [ pkgs.python36Packages.alerta ];
environment.systemPackages = [ pkgs.alerta ];
users.users.alerta = {
uid = config.ids.uids.alerta;