LoutreOS: upgrade to 24.05

This commit is contained in:
nyanloutre 2024-06-08 11:21:16 +02:00
parent f22931c57d
commit 5ff3312395
3 changed files with 5 additions and 5 deletions

View file

@ -429,7 +429,7 @@ in
};
systemd.services.site-musique = let
djangoEnv =(pkgs.python3.withPackages (ps: with ps; [ gunicorn django_3 pillow setuptools ]));
djangoEnv =(pkgs.python3.withPackages (ps: with ps; [ gunicorn django_4 pillow setuptools ]));
in {
description = "Site Django de la musique de Meyenheim";
after = [ "network.target" ];