···225225 };
226226 gallery_cover_regex = mkOption {
227227 type = types.str;
228228- default = "(poster|cover|folder|board)\.[^\.]+$";
228228+ default = "(poster|cover|folder|board)\\.[^.]+$";
229229 description = "Regex used to identify images as gallery covers";
230230 };
231231 no_proxy = mkOption {
-1
nixos/tests/all-tests.nix
···619619 odoo = handleTest ./odoo.nix { };
620620 odoo17 = handleTest ./odoo.nix { package = pkgs.odoo17; };
621621 odoo16 = handleTest ./odoo.nix { package = pkgs.odoo16; };
622622- odoo15 = handleTest ./odoo.nix { package = pkgs.odoo15; };
623622 # 9pnet_virtio used to mount /nix partition doesn't support
624623 # hibernation. This test happens to work on x86_64-linux but
625624 # not on other platforms.
···13321332 oathToolkit = oath-toolkit; # Added 2022-04-04
13331333 oauth2_proxy = throw "'oauth2_proxy' has been renamed to/replaced by 'oauth2-proxy'"; # Converted to throw 2024-10-17
13341334 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
13351335+ odoo15 = throw "odoo15 has been removed from nixpkgs as it is unsupported; migrate to a newer version of odoo"; # Added 2025-05-06
13351336 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
13361337 onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-04
13371338 openai-whisper-cpp = whisper-cpp; # Added 2024-12-13