nixos/szurubooru: change python3.12 to python3

RatCornu f07a87c1 95a8edc1

Changed files
+1 -1
nixos
modules
services
web-apps
+1 -1
nixos/modules/services/web-apps/szurubooru.nix
···
types
;
format = pkgs.formats.yaml { };
-
python = pkgs.python312;
+
python = pkgs.python3;
in
{