+17
-2
doc/stdenv/stdenv.chapter.md
+17
-2
doc/stdenv/stdenv.chapter.md
···There’s many more kinds of arguments, they are documented in `nixpkgs/pkgs/build-support/setup-hooks/make-wrapper.sh` for the `makeWrapper` implementation and in `nixpkgs/pkgs/build-support/setup-hooks/make-binary-wrapper/make-binary-wrapper.sh` for the `makeBinaryWrapper` implementation.
···+`makeWrapper` can be used to add packages to a `PATH` environment variable local to a wrapper.+If dependencies should be resolved at runtime, use `--suffix` to append fallback values to `PATH`.There’s many more kinds of arguments, they are documented in `nixpkgs/pkgs/build-support/setup-hooks/make-wrapper.sh` for the `makeWrapper` implementation and in `nixpkgs/pkgs/build-support/setup-hooks/make-binary-wrapper/make-binary-wrapper.sh` for the `makeBinaryWrapper` implementation.
+5
-5
nixos/modules/config/krb5/default.nix
+5
-5
nixos/modules/config/krb5/default.nix
···
···
+5
-5
nixos/modules/config/ldap.nix
+5
-5
nixos/modules/config/ldap.nix
···
···
+5
-5
nixos/modules/config/system-path.nix
+5
-5
nixos/modules/config/system-path.nix
···
···
+3
-3
nixos/modules/config/xdg/portal.nix
+3
-3
nixos/modules/config/xdg/portal.nix
···
···
+3
-3
nixos/modules/config/xdg/portals/lxqt.nix
+3
-3
nixos/modules/config/xdg/portals/lxqt.nix
······
······
+4
-4
nixos/modules/config/xdg/portals/wlr.nix
+4
-4
nixos/modules/config/xdg/portals/wlr.nix
···
···
+5
-5
nixos/modules/config/zram.nix
+5
-5
nixos/modules/config/zram.nix
···
···
+1
-1
nixos/modules/hardware/corectrl.nix
+1
-1
nixos/modules/hardware/corectrl.nix
+3
-3
nixos/modules/hardware/cpu/amd-sev.nix
+3
-3
nixos/modules/hardware/cpu/amd-sev.nix
···
···
+13
-13
nixos/modules/installer/sd-card/sd-image.nix
+13
-13
nixos/modules/installer/sd-card/sd-image.nix
···default = "${config.sdImage.imageBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.img";··················example = literalExpression "''\${config.boot.loader.generic-extlinux-compatible.populateCmd} -c \${config.system.build.toplevel} -d ./files/boot''";···example = literalExpression "'' dd if=\${pkgs.myBootLoader}/SPL of=$img bs=1024 seek=1 conv=notrunc ''";···
···default = "${config.sdImage.imageBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.img";··················example = literalExpression "''\${config.boot.loader.generic-extlinux-compatible.populateCmd} -c \${config.system.build.toplevel} -d ./files/boot''";···example = literalExpression "'' dd if=\${pkgs.myBootLoader}/SPL of=$img bs=1024 seek=1 conv=notrunc ''";···
+1
-1
nixos/modules/misc/documentation.nix
+1
-1
nixos/modules/misc/documentation.nix
+10
-10
nixos/modules/misc/nixpkgs.nix
+10
-10
nixos/modules/misc/nixpkgs.nix
······
······
+1
-1
nixos/modules/misc/wordlist.nix
+1
-1
nixos/modules/misc/wordlist.nix
+3
-3
nixos/modules/programs/captive-browser.nix
+3
-3
nixos/modules/programs/captive-browser.nix
+2
-2
nixos/modules/programs/chromium.nix
+2
-2
nixos/modules/programs/chromium.nix
···-<link xlink:href="https://cloud.google.com/docs/chrome-enterprise/policies/">https://cloud.google.com/docs/chrome-enterprise/policies/</link>
···
+7
-7
nixos/modules/programs/k3b.nix
+7
-7
nixos/modules/programs/k3b.nix
···
···
+1
-1
nixos/modules/programs/mosh.nix
+1
-1
nixos/modules/programs/mosh.nix
···This is required so that mosh can write to /var/run/utmp (which can be queried with `who` to display currently connected user sessions).
···This is required so that mosh can write to /var/run/utmp (which can be queried with `who` to display currently connected user sessions).
+1
-1
nixos/modules/programs/msmtp.nix
+1
-1
nixos/modules/programs/msmtp.nix
+4
-4
nixos/modules/programs/ssh.nix
+4
-4
nixos/modules/programs/ssh.nix
···-See <citerefentry><refentrytitle>ssh_config</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+1
-1
nixos/modules/programs/thefuck.nix
+1
-1
nixos/modules/programs/thefuck.nix
+5
-5
nixos/modules/programs/tsm-client.nix
+5
-5
nixos/modules/programs/tsm-client.nix
···
···
+1
-1
nixos/modules/programs/yabar.nix
+1
-1
nixos/modules/programs/yabar.nix
+4
-4
nixos/modules/programs/zsh/oh-my-zsh.nix
+4
-4
nixos/modules/programs/zsh/oh-my-zsh.nix
············
············
+1
-1
nixos/modules/programs/zsh/zsh-autoenv.nix
+1
-1
nixos/modules/programs/zsh/zsh-autoenv.nix
+1
-1
nixos/modules/programs/zsh/zsh-autosuggestions.nix
+1
-1
nixos/modules/programs/zsh/zsh-autosuggestions.nix
···
···
+1
-1
nixos/modules/security/acme/default.nix
+1
-1
nixos/modules/security/acme/default.nix
+1
-1
nixos/modules/security/dhparams.nix
+1
-1
nixos/modules/security/dhparams.nix
+14
-15
nixos/modules/security/pam.nix
+14
-15
nixos/modules/security/pam.nix
······-must be that described in <citerefentry><refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
······+must be that described in <citerefentry><refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
+1
-1
nixos/modules/security/sudo.nix
+1
-1
nixos/modules/security/sudo.nix
+9
-9
nixos/modules/services/cluster/hadoop/hbase.nix
+9
-9
nixos/modules/services/cluster/hadoop/hbase.nix
······-<link xlink:href="https://github.com/apache/hbase/blob/rel/2.4.11/hbase-common/src/main/resources/hbase-default.xml"/>············Remove /etc/hosts entries for "127.0.0.2" and "::1" defined in nixos/modules/config/networking.nix···
······+<https://github.com/apache/hbase/blob/rel/2.4.11/hbase-common/src/main/resources/hbase-default.xml>············Remove /etc/hosts entries for "127.0.0.2" and "::1" defined in nixos/modules/config/networking.nix···
+2
-2
nixos/modules/services/continuous-integration/buildbot/worker.nix
+2
-2
nixos/modules/services/continuous-integration/buildbot/worker.nix
+1
-1
nixos/modules/services/continuous-integration/buildkite-agents.nix
+1
-1
nixos/modules/services/continuous-integration/buildkite-agents.nix
···
···
+9
-10
nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
+9
-10
nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
···-<link xlink:href="https://hercules-ci.com/dashboard">https://hercules-ci.com/dashboard</link>.···-The format is described on <link xlink:href="https://docs.hercules-ci.com/hercules-ci-agent/binary-caches-json/">https://docs.hercules-ci.com/hercules-ci-agent/binary-caches-json/</link>.-The format is described on <link xlink:href="https://docs.hercules-ci.com/hercules-ci-agent/secrets-json/">https://docs.hercules-ci.com/hercules-ci-agent/secrets-json/</link>.
······+The format is described on <https://docs.hercules-ci.com/hercules-ci-agent/binary-caches-json/>.
+3
-3
nixos/modules/services/continuous-integration/hydra/default.nix
+3
-3
nixos/modules/services/continuous-integration/hydra/default.nix
······
······
+2
-2
nixos/modules/services/databases/foundationdb.nix
+2
-2
nixos/modules/services/databases/foundationdb.nix
+2
-2
nixos/modules/services/databases/mongodb.nix
+2
-2
nixos/modules/services/databases/mongodb.nix
+2
-2
nixos/modules/services/databases/mysql.nix
+2
-2
nixos/modules/services/databases/mysql.nix
+3
-3
nixos/modules/services/databases/postgresql.nix
+3
-3
nixos/modules/services/databases/postgresql.nix
···-<link xlink:href="https://www.postgresql.org/docs/current/auth-pg-hba-conf.html">PostgreSQL documentation for pg_hba.conf</link>
···+[PostgreSQL documentation for pg_hba.conf](https://www.postgresql.org/docs/current/auth-pg-hba-conf.html)
+7
-6
nixos/modules/services/development/jupyter/default.nix
+7
-6
nixos/modules/services/development/jupyter/default.nix
···
···
+1
-1
nixos/modules/services/development/lorri.nix
+1
-1
nixos/modules/services/development/lorri.nix
+1
-1
nixos/modules/services/editors/infinoted.nix
+1
-1
nixos/modules/services/editors/infinoted.nix
+3
-3
nixos/modules/services/games/asf.nix
+3
-3
nixos/modules/services/games/asf.nix
···-The ASF.json file, all the options are documented <link xlink:href="https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#global-config">here</link>.Do note that `AutoRestart` and `UpdateChannel` is always to `false` respectively `0` because NixOS takes care of updating everything.`Headless` is also always set to `true` because there is no way to provide inputs via a systemd service.-You should try to keep ASF up to date since upstream does not provide support for anything but the latest version and you're exposing yourself to all kinds of issues - as is outlined <link xlink:href="https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#updateperiod">here</link>.
···+The ASF.json file, all the options are documented [here](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#global-config).Do note that `AutoRestart` and `UpdateChannel` is always to `false` respectively `0` because NixOS takes care of updating everything.`Headless` is also always set to `true` because there is no way to provide inputs via a systemd service.+You should try to keep ASF up to date since upstream does not provide support for anything but the latest version and you're exposing yourself to all kinds of issues - as is outlined [here](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#updateperiod).
+2
-2
nixos/modules/services/games/crossfire-server.nix
+2
-2
nixos/modules/services/games/crossfire-server.nix
······
······
+1
-1
nixos/modules/services/games/deliantra-server.nix
+1
-1
nixos/modules/services/games/deliantra-server.nix
+3
-3
nixos/modules/services/games/minetest-server.nix
+3
-3
nixos/modules/services/games/minetest-server.nix
·········
·········
+3
-5
nixos/modules/services/hardware/fwupd.nix
+3
-5
nixos/modules/services/hardware/fwupd.nix
······
······
+2
-2
nixos/modules/services/home-automation/home-assistant.nix
+2
-2
nixos/modules/services/home-automation/home-assistant.nix
+2
-2
nixos/modules/services/logging/logrotate.nix
+2
-2
nixos/modules/services/logging/logrotate.nix
······
······
+36
-36
nixos/modules/services/mail/postfix.nix
+36
-36
nixos/modules/services/mail/postfix.nix
···············
···············
+10
-11
nixos/modules/services/matrix/dendrite.nix
+10
-11
nixos/modules/services/matrix/dendrite.nix
·········
······+Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.···
+1
-1
nixos/modules/services/matrix/synapse.nix
+1
-1
nixos/modules/services/matrix/synapse.nix
+4
-4
nixos/modules/services/misc/etebase-server.nix
+4
-4
nixos/modules/services/misc/etebase-server.nix
···
···
+2
-2
nixos/modules/services/misc/exhibitor.nix
+2
-2
nixos/modules/services/misc/exhibitor.nix
+5
-5
nixos/modules/services/misc/freeswitch.nix
+5
-5
nixos/modules/services/misc/freeswitch.nix
···-Issue the <literal>reloadxml</literal> command to FreeSWITCH when configuration directory changes (instead of restart).-See <link xlink:href="https://freeswitch.org/confluence/display/FREESWITCH/Reloading">FreeSWITCH documentation</link> for more info.
···+Issue the `reloadxml` command to FreeSWITCH when configuration directory changes (instead of restart).+See [FreeSWITCH documentation](https://freeswitch.org/confluence/display/FREESWITCH/Reloading) for more info.
+12
-15
nixos/modules/services/misc/geoipupdate.nix
+12
-15
nixos/modules/services/misc/geoipupdate.nix
·········
·········
+6
-6
nixos/modules/services/misc/gitea.nix
+6
-6
nixos/modules/services/misc/gitea.nix
···-description = "Filename to be used for the dump. If `null` a default name is choosen by gitea.";·········
···+description = lib.mdDoc "Filename to be used for the dump. If `null` a default name is choosen by gitea.";·········
+6
-8
nixos/modules/services/misc/gitlab.nix
+6
-8
nixos/modules/services/misc/gitlab.nix
·········
·········
+12
-13
nixos/modules/services/misc/gitolite.nix
+12
-13
nixos/modules/services/misc/gitolite.nix
······
······
+1
-1
nixos/modules/services/misc/klipper.nix
+1
-1
nixos/modules/services/misc/klipper.nix
+10
-10
nixos/modules/services/misc/nix-daemon.nix
+10
-10
nixos/modules/services/misc/nix-daemon.nix
·········
·········
+1
-1
nixos/modules/services/misc/rmfakecloud.nix
+1
-1
nixos/modules/services/misc/rmfakecloud.nix
+1
-1
nixos/modules/services/misc/zoneminder.nix
+1
-1
nixos/modules/services/misc/zoneminder.nix
+1
-1
nixos/modules/services/monitoring/collectd.nix
+1
-1
nixos/modules/services/monitoring/collectd.nix
+2
-2
nixos/modules/services/monitoring/datadog-agent.nix
+2
-2
nixos/modules/services/monitoring/datadog-agent.nix
······
······
+2
-2
nixos/modules/services/monitoring/grafana-agent.nix
+2
-2
nixos/modules/services/monitoring/grafana-agent.nix
+6
-6
nixos/modules/services/monitoring/grafana-image-renderer.nix
+6
-6
nixos/modules/services/monitoring/grafana-image-renderer.nix
·········-See <link xlink:href="https://github.com/grafana/grafana-image-renderer/blob/ce1f81438e5f69c7fd7c73ce08bab624c4c92e25/default.json"/>
·········+See <https://github.com/grafana/grafana-image-renderer/blob/ce1f81438e5f69c7fd7c73ce08bab624c4c92e25/default.json>
+2
-2
nixos/modules/services/monitoring/mackerel-agent.nix
+2
-2
nixos/modules/services/monitoring/mackerel-agent.nix
···
+11
-11
nixos/modules/services/monitoring/nagios.nix
+11
-11
nixos/modules/services/monitoring/nagios.nix
···enable = mkEnableOption ''<link xlink:href="http://www.nagios.org/">Nagios</link> to monitor your system or network.'';······
···enable = mkEnableOption ''<link xlink:href="http://www.nagios.org/">Nagios</link> to monitor your system or network.'';······
+8
-9
nixos/modules/services/monitoring/prometheus/default.nix
+8
-9
nixos/modules/services/monitoring/prometheus/default.nix
············
············
+4
-4
nixos/modules/services/monitoring/prometheus/exporters/dovecot.nix
+4
-4
nixos/modules/services/monitoring/prometheus/exporters/dovecot.nix
···-<xref linkend="opt-services.prometheus.exporters.dovecot.socketPath"/> = "/var/run/dovecot2/old-stats";
···
+2
-2
nixos/modules/services/monitoring/prometheus/exporters/knot.nix
+2
-2
nixos/modules/services/monitoring/prometheus/exporters/knot.nix
+1
-1
nixos/modules/services/monitoring/prometheus/exporters/mail.nix
+1
-1
nixos/modules/services/monitoring/prometheus/exporters/mail.nix
+1
-1
nixos/modules/services/monitoring/prometheus/exporters/nginxlog.nix
+1
-1
nixos/modules/services/monitoring/prometheus/exporters/nginxlog.nix
+5
-5
nixos/modules/services/monitoring/prometheus/exporters/openldap.nix
+5
-5
nixos/modules/services/monitoring/prometheus/exporters/openldap.nix
······
······
+1
-1
nixos/modules/services/monitoring/riemann-tools.nix
+1
-1
nixos/modules/services/monitoring/riemann-tools.nix
+3
-3
nixos/modules/services/network-filesystems/xtreemfs.nix
+3
-3
nixos/modules/services/network-filesystems/xtreemfs.nix
·········
·········
+2
-2
nixos/modules/services/network-filesystems/yandex-disk.nix
+2
-2
nixos/modules/services/network-filesystems/yandex-disk.nix
+20
-20
nixos/modules/services/networking/bind.nix
+20
-20
nixos/modules/services/networking/bind.nix
······type = with types; coercedTo (listOf attrs) bindZoneCoerce (attrsOf (types.submodule bindZoneOptions));······
······type = with types; coercedTo (listOf attrs) bindZoneCoerce (attrsOf (types.submodule bindZoneOptions));······
+1
-1
nixos/modules/services/networking/cloudflare-dyndns.nix
+1
-1
nixos/modules/services/networking/cloudflare-dyndns.nix
+3
-3
nixos/modules/services/networking/create_ap.nix
+3
-3
nixos/modules/services/networking/create_ap.nix
···-See <link xlink:href="https://raw.githubusercontent.com/lakinduakash/linux-wifi-hotspot/master/src/scripts/create_ap.conf">upstream example configuration</link>
···+See [upstream example configuration](https://raw.githubusercontent.com/lakinduakash/linux-wifi-hotspot/master/src/scripts/create_ap.conf)
+1
-1
nixos/modules/services/networking/dhcpcd.nix
+1
-1
nixos/modules/services/networking/dhcpcd.nix
···example = "if [[ $reason =~ BOUND ]]; then echo $interface: Routers are $new_routers - were $old_routers; fi";
···example = "if [[ $reason =~ BOUND ]]; then echo $interface: Routers are $new_routers - were $old_routers; fi";
+1
-1
nixos/modules/services/networking/ferm.nix
+1
-1
nixos/modules/services/networking/ferm.nix
+23
-23
nixos/modules/services/networking/firefox-syncserver.nix
+23
-23
nixos/modules/services/networking/firefox-syncserver.nix
························''${if cfg.singleNode.enableTLS then "https" else "http"}://''${config.${opt.singleNode.hostname}}······-<link xlink:href="https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/settings.rs" />-<link xlink:href="https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/tokenserver/settings.rs" />
························''${if cfg.singleNode.enableTLS then "https" else "http"}://''${config.${opt.singleNode.hostname}}······+<https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/tokenserver/settings.rs>
+1
-1
nixos/modules/services/networking/fireqos.nix
+1
-1
nixos/modules/services/networking/fireqos.nix
+3
-3
nixos/modules/services/networking/ghostunnel.nix
+3
-3
nixos/modules/services/networking/ghostunnel.nix
···-NB: storepass is not supported because it would expose credentials via <literal>/proc/*/cmdline</literal>.
···
+1
-1
nixos/modules/services/networking/gnunet.nix
+1
-1
nixos/modules/services/networking/gnunet.nix
+1
-1
nixos/modules/services/networking/headscale.nix
+1
-1
nixos/modules/services/networking/headscale.nix
+2
-2
nixos/modules/services/networking/hylafax/options.nix
+2
-2
nixos/modules/services/networking/hylafax/options.nix
+16
-16
nixos/modules/services/networking/ircd-hybrid/default.nix
+16
-16
nixos/modules/services/networking/ircd-hybrid/default.nix
···
···
+1
-1
nixos/modules/services/networking/iscsi/root-initiator.nix
+1
-1
nixos/modules/services/networking/iscsi/root-initiator.nix
+2
-2
nixos/modules/services/networking/kresd.nix
+2
-2
nixos/modules/services/networking/kresd.nix
···
+1
-1
nixos/modules/services/networking/lokinet.nix
+1
-1
nixos/modules/services/networking/lokinet.nix
+1
-1
nixos/modules/services/networking/monero.nix
+1
-1
nixos/modules/services/networking/monero.nix
+1
-1
nixos/modules/services/networking/murmur.nix
+1
-1
nixos/modules/services/networking/murmur.nix
+2
-2
nixos/modules/services/networking/mxisd.nix
+2
-2
nixos/modules/services/networking/mxisd.nix
+1
-1
nixos/modules/services/networking/nar-serve.nix
+1
-1
nixos/modules/services/networking/nar-serve.nix
+2
-2
nixos/modules/services/networking/ncdns.nix
+2
-2
nixos/modules/services/networking/ncdns.nix
······
······
+2
-2
nixos/modules/services/networking/nix-serve.nix
+2
-2
nixos/modules/services/networking/nix-serve.nix
···For more details see <citerefentry><refentrytitle>nix-store</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
···For more details see <citerefentry><refentrytitle>nix-store</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
+1
-1
nixos/modules/services/networking/nixops-dns.nix
+1
-1
nixos/modules/services/networking/nixops-dns.nix
+1
-1
nixos/modules/services/networking/ocserv.nix
+1
-1
nixos/modules/services/networking/ocserv.nix
+2
-2
nixos/modules/services/networking/redsocks.nix
+2
-2
nixos/modules/services/networking/redsocks.nix
······
······
+9
-9
nixos/modules/services/networking/resilio.nix
+9
-9
nixos/modules/services/networking/resilio.nix
···
···
+1
-1
nixos/modules/services/networking/rpcbind.nix
+1
-1
nixos/modules/services/networking/rpcbind.nix
+2
-2
nixos/modules/services/networking/v2ray.nix
+2
-2
nixos/modules/services/networking/v2ray.nix
+2
-2
nixos/modules/services/networking/wpa_supplicant.nix
+2
-2
nixos/modules/services/networking/wpa_supplicant.nix
···allowAuxiliaryImperativeNetworks = mkEnableOption "support for imperative & declarative networks" // {
···allowAuxiliaryImperativeNetworks = mkEnableOption "support for imperative & declarative networks" // {
+1
-1
nixos/modules/services/networking/x2goserver.nix
+1
-1
nixos/modules/services/networking/x2goserver.nix
+9
-10
nixos/modules/services/networking/yggdrasil.nix
+9
-10
nixos/modules/services/networking/yggdrasil.nix
···
···
+4
-4
nixos/modules/services/networking/znc/options.nix
+4
-4
nixos/modules/services/networking/znc/options.nix
············
············
+1
-1
nixos/modules/services/search/meilisearch.nix
+1
-1
nixos/modules/services/search/meilisearch.nix
···
···
+1
-1
nixos/modules/services/security/fail2ban.nix
+1
-1
nixos/modules/services/security/fail2ban.nix
+2
-2
nixos/modules/services/security/haka.nix
+2
-2
nixos/modules/services/security/haka.nix
+1
-1
nixos/modules/services/security/infnoise.nix
+1
-1
nixos/modules/services/security/infnoise.nix
+3
-3
nixos/modules/services/security/oauth2_proxy.nix
+3
-3
nixos/modules/services/security/oauth2_proxy.nix
······
······
+5
-5
nixos/modules/services/security/privacyidea.nix
+5
-5
nixos/modules/services/security/privacyidea.nix
······
······
+2
-2
nixos/modules/services/system/cloud-init.nix
+2
-2
nixos/modules/services/system/cloud-init.nix
······
······
+6
-6
nixos/modules/services/system/self-deploy.nix
+6
-6
nixos/modules/services/system/self-deploy.nix
··················
··················
+5
-5
nixos/modules/services/torrent/magnetico.nix
+5
-5
nixos/modules/services/torrent/magnetico.nix
······
······
+10
-13
nixos/modules/services/web-apps/discourse.nix
+10
-13
nixos/modules/services/web-apps/discourse.nix
···-<link xlink:href="https://github.com/discourse/discourse/blob/master/config/discourse_defaults.conf">discourse_defaults.conf</link>······
···+[discourse_defaults.conf](https://github.com/discourse/discourse/blob/master/config/discourse_defaults.conf)······
+9
-9
nixos/modules/services/web-apps/hedgedoc.nix
+9
-9
nixos/modules/services/web-apps/hedgedoc.nix
············
············
+3
-3
nixos/modules/services/web-apps/invidious.nix
+3
-3
nixos/modules/services/web-apps/invidious.nix
···-It serves it under the domain specified in <option>services.invidious.settings.domain</option> with enabled TLS and ACME.-Further configuration can be done through <option>services.nginx.virtualHosts.''${config.services.invidious.settings.domain}.*</option>,
···+It serves it under the domain specified in {option}`services.invidious.settings.domain` with enabled TLS and ACME.+Further configuration can be done through {option}`services.nginx.virtualHosts.''${config.services.invidious.settings.domain}.*`,
+3
-3
nixos/modules/services/web-apps/isso.nix
+3
-3
nixos/modules/services/web-apps/isso.nix
+6
-6
nixos/modules/services/web-apps/mastodon.nix
+6
-6
nixos/modules/services/web-apps/mastodon.nix
···
···
+1
-1
nixos/modules/services/web-apps/matomo.nix
+1
-1
nixos/modules/services/web-apps/matomo.nix
···Name of the web server user that forwards requests to <option>services.phpfpm.pools.<name>.socket</option> the fastcgi socket for Matomo if the nginx-and pass fastcgi requests to `index.php`, `matomo.php` and `piwik.php` (legacy name) to this socket.
···Name of the web server user that forwards requests to <option>services.phpfpm.pools.<name>.socket</option> the fastcgi socket for Matomo if the nginx+and pass fastcgi requests to <literal>index.php</literal>, <literal>matomo.php</literal> and <literal>piwik.php</literal> (legacy name) to this socket.
+1
-1
nixos/modules/services/web-apps/moodle.nix
+1
-1
nixos/modules/services/web-apps/moodle.nix
+4
-4
nixos/modules/services/web-apps/nextcloud.nix
+4
-4
nixos/modules/services/web-apps/nextcloud.nix
······Secret options which will be appended to nextcloud's config.php file (written as JSON, in the same
······Secret options which will be appended to nextcloud's config.php file (written as JSON, in the same
+1
-1
nixos/modules/services/web-apps/nexus.nix
+1
-1
nixos/modules/services/web-apps/nexus.nix
+8
-8
nixos/modules/services/web-apps/pgpkeyserver-lite.nix
+8
-8
nixos/modules/services/web-apps/pgpkeyserver-lite.nix
···
···
+4
-4
nixos/modules/services/web-apps/plausible.nix
+4
-4
nixos/modules/services/web-apps/plausible.nix
······
······
+2
-2
nixos/modules/services/web-apps/rss-bridge.nix
+2
-2
nixos/modules/services/web-apps/rss-bridge.nix
+4
-4
nixos/modules/services/web-apps/wiki-js.nix
+4
-4
nixos/modules/services/web-apps/wiki-js.nix
······corresponds to <link xlink:href="https://docs.requarks.io/install/config">the upstream configuration options</link>.
······corresponds to <link xlink:href="https://docs.requarks.io/install/config">the upstream configuration options</link>.
+1
-1
nixos/modules/services/web-servers/apache-httpd/location-options.nix
+1
-1
nixos/modules/services/web-servers/apache-httpd/location-options.nix
+1
-1
nixos/modules/services/web-servers/darkhttpd.nix
+1
-1
nixos/modules/services/web-servers/darkhttpd.nix
+30
-30
nixos/modules/services/web-servers/nginx/default.nix
+30
-30
nixos/modules/services/web-servers/nginx/default.nix
······defaultText = literalExpression ''[ "0.0.0.0" ] ++ lib.optional config.networking.enableIPv6 "[::0]"'';··················
······defaultText = literalExpression ''[ "0.0.0.0" ] ++ lib.optional config.networking.enableIPv6 "[::0]"'';··················
+1
-1
nixos/modules/services/web-servers/nginx/location-options.nix
+1
-1
nixos/modules/services/web-servers/nginx/location-options.nix
+3
-3
nixos/modules/services/web-servers/nginx/vhost-options.nix
+3
-3
nixos/modules/services/web-servers/nginx/vhost-options.nix
···
···
+4
-4
nixos/modules/services/web-servers/tomcat.nix
+4
-4
nixos/modules/services/web-servers/tomcat.nix
·········
·········
+10
-10
nixos/modules/services/web-servers/varnish/default.nix
+10
-10
nixos/modules/services/web-servers/varnish/default.nix
···
···
+5
-5
nixos/modules/services/x11/desktop-managers/none.nix
+5
-5
nixos/modules/services/x11/desktop-managers/none.nix
···
···
+1
-1
nixos/modules/services/x11/desktop-managers/phosh.nix
+1
-1
nixos/modules/services/x11/desktop-managers/phosh.nix
+2
-2
nixos/modules/system/activation/activation-script.nix
+2
-2
nixos/modules/system/activation/activation-script.nix
···
···
+1
-1
nixos/modules/system/boot/kernel_config.nix
+1
-1
nixos/modules/system/boot/kernel_config.nix
+3
-3
nixos/modules/system/boot/luksroot.nix
+3
-3
nixos/modules/system/boot/luksroot.nix
···
···
+3
-3
nixos/modules/tasks/auto-upgrade.nix
+3
-3
nixos/modules/tasks/auto-upgrade.nix
···
···
+11
-12
nixos/modules/tasks/filesystems.nix
+11
-12
nixos/modules/tasks/filesystems.nix
···
···
+1
-1
nixos/modules/tasks/filesystems/zfs.nix
+1
-1
nixos/modules/tasks/filesystems/zfs.nix
···
···
+4
-4
nixos/modules/tasks/network-interfaces.nix
+4
-4
nixos/modules/tasks/network-interfaces.nix
············
············
+1
-1
nixos/modules/virtualisation/amazon-options.nix
+1
-1
nixos/modules/virtualisation/amazon-options.nix
+1
-1
nixos/modules/virtualisation/azure-image.nix
+1
-1
nixos/modules/virtualisation/azure-image.nix
+3
-3
nixos/modules/virtualisation/google-compute-image.nix
+3
-3
nixos/modules/virtualisation/google-compute-image.nix
·········
·········
+3
-3
nixos/modules/virtualisation/hyperv-image.nix
+3
-3
nixos/modules/virtualisation/hyperv-image.nix
···
···
+4
-4
nixos/modules/virtualisation/kvmgt.nix
+4
-4
nixos/modules/virtualisation/kvmgt.nix
···-description = "UUID(s) of VGPU device. You can generate one with <package>libossp_uuid</package>.";···-Virtual GPUs to be used in Qemu. You can find devices via <command>ls /sys/bus/pci/devices/*/mdev_supported_types</command>-and find info about device via <command>cat /sys/bus/pci/devices/*/mdev_supported_types/i915-GVTg_V5_4/description</command>
······+Virtual GPUs to be used in Qemu. You can find devices via {command}`ls /sys/bus/pci/devices/*/mdev_supported_types`+and find info about device via {command}`cat /sys/bus/pci/devices/*/mdev_supported_types/i915-GVTg_V5_4/description`
+1
-1
nixos/modules/virtualisation/libvirtd.nix
+1
-1
nixos/modules/virtualisation/libvirtd.nix
···
···
+2
-3
nixos/modules/virtualisation/lxc.nix
+2
-3
nixos/modules/virtualisation/lxc.nix
+5
-5
nixos/modules/virtualisation/nixos-containers.nix
+5
-5
nixos/modules/virtualisation/nixos-containers.nix
···
···
+1
-1
nixos/modules/virtualisation/openstack-options.nix
+1
-1
nixos/modules/virtualisation/openstack-options.nix
+1
-1
nixos/modules/virtualisation/parallels-guest.nix
+1
-1
nixos/modules/virtualisation/parallels-guest.nix
···
···
+3
-3
nixos/modules/virtualisation/podman/network-socket.nix
+3
-3
nixos/modules/virtualisation/podman/network-socket.nix
···
···
+13
-13
nixos/modules/virtualisation/proxmox-image.nix
+13
-13
nixos/modules/virtualisation/proxmox-image.nix
······Configuration for the default virtio disk. It can be used as a cue for PVE to autodetect the target sotrage.·········Create a serial device inside the VM (n is 0 to 3), and pass through a host serial device (i.e. /dev/ttyS0),·········
······Configuration for the default virtio disk. It can be used as a cue for PVE to autodetect the target sotrage.·········Create a serial device inside the VM (n is 0 to 3), and pass through a host serial device (i.e. /dev/ttyS0),·········
+4
-4
nixos/modules/virtualisation/qemu-vm.nix
+4
-4
nixos/modules/virtualisation/qemu-vm.nix
···
+5
-5
nixos/modules/virtualisation/vmware-image.nix
+5
-5
nixos/modules/virtualisation/vmware-image.nix
···
···
+1
nixos/tests/installed-tests/default.nix
+1
nixos/tests/installed-tests/default.nix
···
···
+5
nixos/tests/installed-tests/json-glib.nix
+5
nixos/tests/installed-tests/json-glib.nix
+2
-5
pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix
+2
-5
pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix
······
······
+3
-6
pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
+3
-6
pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
···alsa-lib cairo freetype gdk-pixbuf glib gtk3 libxcb xcbutil xcbutilwm zlib libXtst libxkbcommon pulseaudio libjack2 libX11 libglvnd libXcursor stdenv.cc.cc.lib···
···alsa-lib cairo freetype gdk-pixbuf glib gtk3 libxcb xcbutil xcbutilwm zlib libXtst libxkbcommon pulseaudio libjack2 libX11 libglvnd libXcursor stdenv.cc.cc.lib···
+3
-1
pkgs/applications/audio/bitwig-studio/bitwig-studio4.nix
+3
-1
pkgs/applications/audio/bitwig-studio/bitwig-studio4.nix
···
···
+2
-4
pkgs/applications/audio/mid2key/default.nix
+2
-4
pkgs/applications/audio/mid2key/default.nix
+2
-1
pkgs/applications/finance/irpf/default.nix
+2
-1
pkgs/applications/finance/irpf/default.nix
···
···
+3
-1
pkgs/applications/graphics/shutter/default.nix
+3
-1
pkgs/applications/graphics/shutter/default.nix
+2
-1
pkgs/applications/misc/1password-gui/beta.nix
+2
-1
pkgs/applications/misc/1password-gui/beta.nix
···
···
+2
-1
pkgs/applications/misc/1password-gui/default.nix
+2
-1
pkgs/applications/misc/1password-gui/default.nix
···
···
+1
-1
pkgs/applications/misc/avrdudess/default.nix
+1
-1
pkgs/applications/misc/avrdudess/default.nix
···
···
+6
-1
pkgs/applications/misc/blender/default.nix
+6
-1
pkgs/applications/misc/blender/default.nix
······substituteInPlace extern/clew/src/clew.c --replace '"libOpenCL.so"' '"${ocl-icd}/lib/libOpenCL.so"'
······substituteInPlace extern/clew/src/clew.c --replace '"libOpenCL.so"' '"${ocl-icd}/lib/libOpenCL.so"'+substituteInPlace extern/hipew/src/hipew.c --replace '"/opt/rocm/hip/lib/libamdhip64.so"' '"${hip}/lib/libamdhip64.so"'
+3
-2
pkgs/applications/misc/far2l/default.nix
+3
-2
pkgs/applications/misc/far2l/default.nix
···
+2
-1
pkgs/applications/misc/nwg-drawer/default.nix
+2
-1
pkgs/applications/misc/nwg-drawer/default.nix
+2
-1
pkgs/applications/networking/appgate-sdp/default.nix
+2
-1
pkgs/applications/networking/appgate-sdp/default.nix
···
···
+2
-1
pkgs/applications/networking/browsers/brave/default.nix
+2
-1
pkgs/applications/networking/browsers/brave/default.nix
······
······
+2
-1
pkgs/applications/networking/browsers/firefox/wrapper.nix
+2
-1
pkgs/applications/networking/browsers/firefox/wrapper.nix
···
···
+2
-1
pkgs/applications/networking/browsers/google-chrome/default.nix
+2
-1
pkgs/applications/networking/browsers/google-chrome/default.nix
······--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:${addOpenGLRunpath.driverLink}/share" \
······--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:${addOpenGLRunpath.driverLink}/share" \
+2
-2
pkgs/applications/networking/browsers/vivaldi/default.nix
+2
-2
pkgs/applications/networking/browsers/vivaldi/default.nix
···
···
+1
-1
pkgs/applications/networking/instant-messengers/armcord/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/armcord/default.nix
+2
-1
pkgs/applications/networking/instant-messengers/bluejeans/default.nix
+2
-1
pkgs/applications/networking/instant-messengers/bluejeans/default.nix
···
···
+2
-1
pkgs/applications/networking/instant-messengers/franz/generic.nix
+2
-1
pkgs/applications/networking/instant-messengers/franz/generic.nix
+3
-2
pkgs/applications/networking/instant-messengers/slack/default.nix
+3
-2
pkgs/applications/networking/instant-messengers/slack/default.nix
···--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
···--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--enable-features=UseOzonePlatform --ozone-platform=wayland}}"
+1
-1
pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
···
···
+2
-1
pkgs/applications/networking/instant-messengers/wavebox/default.nix
+2
-1
pkgs/applications/networking/instant-messengers/wavebox/default.nix
+265
-265
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
+265
-265
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
···-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/af/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ar/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ast/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/be/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/bg/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/br/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ca/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/cak/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/cs/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/cy/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/da/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/de/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/dsb/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/el/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/en-CA/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/en-GB/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/en-US/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/es-AR/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/es-ES/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/es-MX/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/et/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/eu/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/fi/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/fr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/fy-NL/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ga-IE/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/gd/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/gl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/he/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/hr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/hsb/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/hu/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/hy-AM/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/id/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/is/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/it/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ja/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ka/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/kab/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/kk/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ko/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/lt/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/lv/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ms/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/nb-NO/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/nl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/nn-NO/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/pa-IN/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/pl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/pt-BR/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/pt-PT/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/rm/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ro/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/ru/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/sk/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/sl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/sq/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/sr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/sv-SE/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/th/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/tr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/uk/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/uz/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/vi/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/zh-CN/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-x86_64/zh-TW/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/af/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ar/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ast/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/be/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/bg/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/br/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ca/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/cak/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/cs/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/cy/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/da/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/de/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/dsb/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/el/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/en-CA/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/en-GB/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/en-US/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/es-AR/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/es-ES/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/es-MX/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/et/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/eu/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/fi/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/fr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/fy-NL/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ga-IE/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/gd/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/gl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/he/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/hr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/hsb/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/hu/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/hy-AM/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/id/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/is/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/it/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ja/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ka/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/kab/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/kk/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ko/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/lt/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/lv/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ms/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/nb-NO/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/nl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/nn-NO/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/pa-IN/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/pl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/pt-BR/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/pt-PT/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/rm/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ro/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/ru/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/sk/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/sl/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/sq/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/sr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/sv-SE/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/th/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/tr/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/uk/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/uz/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/vi/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/zh-CN/thunderbird-102.0.3.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.0.3/linux-i686/zh-TW/thunderbird-102.0.3.tar.bz2";
···+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/af/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ar/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ast/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/be/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/bg/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/br/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ca/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/cak/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/cs/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/cy/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/da/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/de/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/dsb/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/el/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/en-CA/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/en-GB/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/en-US/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/es-AR/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/es-ES/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/es-MX/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/et/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/eu/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/fi/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/fr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/fy-NL/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ga-IE/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/gd/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/gl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/he/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/hr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/hsb/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/hu/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/hy-AM/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/id/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/is/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/it/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ja/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ka/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/kab/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/kk/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ko/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/lt/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/lv/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ms/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/nb-NO/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/nl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/nn-NO/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/pa-IN/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/pl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/pt-BR/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/pt-PT/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/rm/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ro/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/ru/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/sk/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/sl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/sq/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/sr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/sv-SE/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/th/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/tr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/uk/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/uz/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/vi/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/zh-CN/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-x86_64/zh-TW/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/af/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ar/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ast/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/be/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/bg/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/br/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ca/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/cak/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/cs/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/cy/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/da/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/de/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/dsb/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/el/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/en-CA/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/en-GB/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/en-US/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/es-AR/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/es-ES/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/es-MX/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/et/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/eu/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/fi/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/fr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/fy-NL/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ga-IE/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/gd/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/gl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/he/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/hr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/hsb/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/hu/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/hy-AM/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/id/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/is/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/it/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ja/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ka/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/kab/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/kk/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ko/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/lt/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/lv/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ms/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/nb-NO/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/nl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/nn-NO/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/pa-IN/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/pl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/pt-BR/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/pt-PT/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/rm/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ro/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/ru/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/sk/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/sl/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/sq/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/sr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/sv-SE/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/th/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/tr/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/uk/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/uz/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/vi/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/zh-CN/thunderbird-102.1.2.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/102.1.2/linux-i686/zh-TW/thunderbird-102.1.2.tar.bz2";
+2
-2
pkgs/applications/networking/mailreaders/thunderbird/packages.nix
+2
-2
pkgs/applications/networking/mailreaders/thunderbird/packages.nix
···url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";-sha512 = "ac9f22935ef558890c95cf7fbbbe32a5bb1b7140acb10088ed0d037d1ca5c6e11695c131eb40844807003b77e83b1dd2d9008df420ec394fed5008d5c4c6c3cb";
···url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";+sha512 = "f5c6c77e932b30b43eaa6384b1dd1ab511d0ae8262cb51a5789f7c633235d5f8f343000d1cc1cae12e00a1d73571a814f98b0bf78681e00d7a51a34cfefdfdf1";
+2
-1
pkgs/applications/networking/nextcloud-client/default.nix
+2
-1
pkgs/applications/networking/nextcloud-client/default.nix
+1
-1
pkgs/applications/office/jabref/default.nix
+1
-1
pkgs/applications/office/jabref/default.nix
···unzip $out/lib/javafx-web-18-linux${lib.optionalString stdenv.isAarch64 "-aarch64"}.jar libjfxwebkit.so -d $out/lib/--set JAVA_OPTS "-Djava.library.path=$out/lib/ --patch-module org.jabref=$out/share/java/jabref/resources/main"
···unzip $out/lib/javafx-web-18-linux${lib.optionalString stdenv.isAarch64 "-aarch64"}.jar libjfxwebkit.so -d $out/lib/--set JAVA_OPTS "-Djava.library.path=$out/lib/ --patch-module org.jabref=$out/share/java/jabref/resources/main"
+2
-1
pkgs/applications/office/mytetra/default.nix
+2
-1
pkgs/applications/office/mytetra/default.nix
+2
-1
pkgs/applications/version-management/git-and-tools/git-open/default.nix
+2
-1
pkgs/applications/version-management/git-and-tools/git-open/default.nix
+4
-1
pkgs/applications/version-management/git-and-tools/lab/default.nix
+4
-1
pkgs/applications/version-management/git-and-tools/lab/default.nix
···
+3
-1
pkgs/applications/video/pipe-viewer/default.nix
+3
-1
pkgs/applications/video/pipe-viewer/default.nix
···
···
+2
-2
pkgs/development/libraries/cgreen/default.nix
+2
-2
pkgs/development/libraries/cgreen/default.nix
+14
-1
pkgs/development/libraries/json-glib/default.nix
+14
-1
pkgs/development/libraries/json-glib/default.nix
······url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";······
······url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";······
+27
pkgs/development/libraries/json-glib/meson-add-installed-tests-prefix-option.patch
+27
pkgs/development/libraries/json-glib/meson-add-installed-tests-prefix-option.patch
···
···++installed_test_bindir = join_paths(installed_test_prefix, 'libexec', 'installed-tests', json_api_name)++installed_test_datadir = join_paths(installed_test_prefix, 'share', 'installed-tests', json_api_name)
+2
-2
pkgs/development/python-modules/fastapi-mail/default.nix
+2
-2
pkgs/development/python-modules/fastapi-mail/default.nix
······
······
+16
-4
pkgs/development/python-modules/pep8-naming/default.nix
+16
-4
pkgs/development/python-modules/pep8-naming/default.nix
······
······+url = "https://github.com/PyCQA/pep8-naming/commit/c8808a0907f64b5d081cff8d3f9443e5ced1474e.patch";
+2
-2
pkgs/development/python-modules/pyviz-comms/default.nix
+2
-2
pkgs/development/python-modules/pyviz-comms/default.nix
+2
-2
pkgs/development/python-modules/sentinel/default.nix
+2
-2
pkgs/development/python-modules/sentinel/default.nix
+5
pkgs/development/python-modules/uamqp/default.nix
+5
pkgs/development/python-modules/uamqp/default.nix
+2
-2
pkgs/development/tools/analysis/pmd/default.nix
+2
-2
pkgs/development/tools/analysis/pmd/default.nix
···url = "https://github.com/pmd/pmd/releases/download/pmd_releases/${version}/pmd-bin-${version}.zip";
···url = "https://github.com/pmd/pmd/releases/download/pmd_releases/${version}/pmd-bin-${version}.zip";
+3
-3
pkgs/development/tools/analysis/tfsec/default.nix
+3
-3
pkgs/development/tools/analysis/tfsec/default.nix
······
······
+21
-4
pkgs/development/tools/build-managers/gnumake/default.nix
+21
-4
pkgs/development/tools/build-managers/gnumake/default.nix
·········
·········
+8
-3
pkgs/development/tools/godot/default.nix
+8
-3
pkgs/development/tools/godot/default.nix
·········
·········
+13
-12
pkgs/development/tools/godot/pkg_config_additions.patch
+13
-12
pkgs/development/tools/godot/pkg_config_additions.patch
···
···+print("Warning: libudev development libraries not found. Disabling controller hotplugging support.")
+2
-1
pkgs/games/enigma/default.nix
+2
-1
pkgs/games/enigma/default.nix
+3
-1
pkgs/games/grapejuice/default.nix
+3
-1
pkgs/games/grapejuice/default.nix
+4
-4
pkgs/os-specific/linux/kernel/zen-kernels.nix
+4
-4
pkgs/os-specific/linux/kernel/zen-kernels.nix
···
···
+3
-3
pkgs/os-specific/linux/rtl8814au/default.nix
+3
-3
pkgs/os-specific/linux/rtl8814au/default.nix
···
···
+3
-3
pkgs/os-specific/linux/rtl88x2bu/default.nix
+3
-3
pkgs/os-specific/linux/rtl88x2bu/default.nix
···
···
+2
-2
pkgs/servers/grocy/default.nix
+2
-2
pkgs/servers/grocy/default.nix
···
···
+3
-2
pkgs/servers/teleport/default.nix
+3
-2
pkgs/servers/teleport/default.nix
···
+6
-1
pkgs/stdenv/linux/default.nix
+6
-1
pkgs/stdenv/linux/default.nix
···gmp = lib.makeOverridable (super.gmp.override { stdenv = self.stdenv; }).overrideAttrs (a: { pname = "${a.pname}-stage4"; });······
···gmp = lib.makeOverridable (super.gmp.override { stdenv = self.stdenv; }).overrideAttrs (a: { pname = "${a.pname}-stage4"; });······
-1
pkgs/stdenv/linux/make-bootstrap-tools.nix
-1
pkgs/stdenv/linux/make-bootstrap-tools.nix
···
+1
-1
pkgs/tools/admin/aws-sso-cli/default.nix
+1
-1
pkgs/tools/admin/aws-sso-cli/default.nix
+2
-1
pkgs/tools/admin/aws-vault/default.nix
+2
-1
pkgs/tools/admin/aws-vault/default.nix
···
···
+5
-2
pkgs/tools/bluetooth/blueman/default.nix
+5
-2
pkgs/tools/bluetooth/blueman/default.nix
······
······
+3
-3
pkgs/tools/misc/writedisk/default.nix
+3
-3
pkgs/tools/misc/writedisk/default.nix
···
···
+26
pkgs/tools/networking/ghz/default.nix
+26
pkgs/tools/networking/ghz/default.nix
···
···
+4
pkgs/top-level/all-packages.nix
+4
pkgs/top-level/all-packages.nix
······
······