···225 };
226 gallery_cover_regex = mkOption {
227 type = types.str;
228- default = "(poster|cover|folder|board)\.[^\.]+$";
229 description = "Regex used to identify images as gallery covers";
230 };
231 no_proxy = mkOption {
···225 };
226 gallery_cover_regex = mkOption {
227 type = types.str;
228+ default = "(poster|cover|folder|board)\\.[^.]+$";
229 description = "Regex used to identify images as gallery covers";
230 };
231 no_proxy = mkOption {
-1
nixos/tests/all-tests.nix
···619 odoo = handleTest ./odoo.nix { };
620 odoo17 = handleTest ./odoo.nix { package = pkgs.odoo17; };
621 odoo16 = handleTest ./odoo.nix { package = pkgs.odoo16; };
622- odoo15 = handleTest ./odoo.nix { package = pkgs.odoo15; };
623 # 9pnet_virtio used to mount /nix partition doesn't support
624 # hibernation. This test happens to work on x86_64-linux but
625 # not on other platforms.
···619 odoo = handleTest ./odoo.nix { };
620 odoo17 = handleTest ./odoo.nix { package = pkgs.odoo17; };
621 odoo16 = handleTest ./odoo.nix { package = pkgs.odoo16; };
0622 # 9pnet_virtio used to mount /nix partition doesn't support
623 # hibernation. This test happens to work on x86_64-linux but
624 # not on other platforms.
···78buildNpmPackage rec {
9 pname = "asf-ui";
10- version = "c3113782bc4895099b1a07a0e811d1e5af871ddc";
1112 src = fetchFromGitHub {
13 owner = "JustArchiNET";
···15 # updated by the update script
16 # this is always the commit that should be used with asf-ui from the latest asf version
17 rev = version;
18- hash = "sha256-B2gn40LWVm75pwV5sQpv1gRsNof9tQUDClu7oLSz/VM=";
19 };
2021- npmDepsHash = "sha256-Btf/S3ia8Uo/ChrKoYKRk9sKS+ZuQGtaAnaQeGDTIYI=";
2223 installPhase = ''
24 runHook preInstall
···78buildNpmPackage rec {
9 pname = "asf-ui";
10+ version = "6f0393c091d04ecb69dff790f6146cc375b71268";
1112 src = fetchFromGitHub {
13 owner = "JustArchiNET";
···15 # updated by the update script
16 # this is always the commit that should be used with asf-ui from the latest asf version
17 rev = version;
18+ hash = "sha256-Mj7ubIB84gCE/Y3ZzISQ4coGLGZfg4curuBYQdRWiUY=";
19 };
2021+ npmDepsHash = "sha256-b5L1Lcmehv8aheFaYp0iPyNhwekOiq8J4rVaE4/Oqj4=";
2223 installPhase = ''
24 runHook preInstall
···1332 oathToolkit = oath-toolkit; # Added 2022-04-04
1333 oauth2_proxy = throw "'oauth2_proxy' has been renamed to/replaced by 'oauth2-proxy'"; # Converted to throw 2024-10-17
1334 ocis-bin = throw "ocis-bin has been renamed to ocis_5-bin'. Future major.minor versions will be made available as separate packages"; # Added 2025-03-30
01335 oil = lib.warnOnInstantiate "Oil has been replaced with the faster native C++ version and renamed to 'oils-for-unix'. See also https://github.com/oils-for-unix/oils/wiki/Oils-Deployments" oils-for-unix; # Added 2024-10-22
1336 onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-04
1337 openai-whisper-cpp = whisper-cpp; # Added 2024-12-13
···1332 oathToolkit = oath-toolkit; # Added 2022-04-04
1333 oauth2_proxy = throw "'oauth2_proxy' has been renamed to/replaced by 'oauth2-proxy'"; # Converted to throw 2024-10-17
1334 ocis-bin = throw "ocis-bin has been renamed to ocis_5-bin'. Future major.minor versions will be made available as separate packages"; # Added 2025-03-30
1335+ odoo15 = throw "odoo15 has been removed from nixpkgs as it is unsupported; migrate to a newer version of odoo"; # Added 2025-05-06
1336 oil = lib.warnOnInstantiate "Oil has been replaced with the faster native C++ version and renamed to 'oils-for-unix'. See also https://github.com/oils-for-unix/oils/wiki/Oils-Deployments" oils-for-unix; # Added 2024-10-22
1337 onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-04
1338 openai-whisper-cpp = whisper-cpp; # Added 2024-12-13