···1/*
2- <!-- This anchor is here for backwards compatibity -->
3 []{#sec-fileset}
45 The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_.
···1/*
2+ <!-- This anchor is here for backwards compatibility -->
3 []{#sec-fileset}
45 The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_.
···179 --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \
180 --prefix LD_LIBRARY_PATH ":" ${libs}
181182- # Backwards compatiblity: we used to call it zoom-us
183 ln -s $out/bin/{zoom,zoom-us}
184 '';
185
···179 --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \
180 --prefix LD_LIBRARY_PATH ":" ${libs}
181182+ # Backwards compatibility: we used to call it zoom-us
183 ln -s $out/bin/{zoom,zoom-us}
184 '';
185
+1-1
pkgs/by-name/ez/eza/package.nix
···10, darwin
11, libiconv
12, installShellFiles
13- # once eza upstream gets support for setting up a compatibilty symlink for exa, we should change
14 # the handling here from postInstall to passing the required argument to the builder.
15, exaAlias ? true
16}:
···10, darwin
11, libiconv
12, installShellFiles
13+ # once eza upstream gets support for setting up a compatibility symlink for exa, we should change
14 # the handling here from postInstall to passing the required argument to the builder.
15, exaAlias ? true
16}:
···107 generate = name: value:
108 let
109 # TODO: remove in 24.11
110- # Backwards compatability for generators in the following locations:
111 # - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar)
112 # - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string)
113 # - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)
···107 generate = name: value:
108 let
109 # TODO: remove in 24.11
110+ # Backwards compatibility for generators in the following locations:
111 # - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar)
112 # - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string)
113 # - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)
+1-1
pkgs/servers/sql/postgresql/ext/citus.nix
···38 '';
3940 meta = with lib; {
41- # "Our soft policy for Postgres version compatibilty is to support Citus'
42 # latest release with Postgres' 3 latest releases."
43 # https://www.citusdata.com/updates/v12-0/#deprecated_features
44 broken = versionOlder postgresql.version "14";
···38 '';
3940 meta = with lib; {
41+ # "Our soft policy for Postgres version compatibility is to support Citus'
42 # latest release with Postgres' 3 latest releases."
43 # https://www.citusdata.com/updates/v12-0/#deprecated_features
44 broken = versionOlder postgresql.version "14";
+1-1
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
···12 };
1314 patches = [
15- # Fix compatiblity with PostgreSQL 16. Remove with the next release.
16 (fetchpatch {
17 url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch";
18 hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";
···12 };
1314 patches = [
15+ # Fix compatibility with PostgreSQL 16. Remove with the next release.
16 (fetchpatch {
17 url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch";
18 hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";
+1-1
pkgs/tools/bootloaders/refind/default.nix
···128 computers, such as all Intel-based Macs and recent (most 2011
129 and later) PCs. rEFInd presents a boot menu showing all the EFI
130 boot loaders on the EFI-accessible partitions, and optionally
131- BIOS-bootable partitions on Macs. EFI-compatbile OSes, including
132 Linux, provide boot loaders that rEFInd can detect and
133 launch. rEFInd can launch Linux EFI boot loaders such as ELILO,
134 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub
···128 computers, such as all Intel-based Macs and recent (most 2011
129 and later) PCs. rEFInd presents a boot menu showing all the EFI
130 boot loaders on the EFI-accessible partitions, and optionally
131+ BIOS-bootable partitions on Macs. EFI-compatible OSes, including
132 Linux, provide boot loaders that rEFInd can detect and
133 launch. rEFInd can launch Linux EFI boot loaders such as ELILO,
134 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub
+1-1
pkgs/top-level/config.nix
···76 Whether to expose old attribute names for compatibility.
7778 The recommended setting is to enable this, as it
79- improves backward compatibity, easing updates.
8081 The only reason to disable aliases is for continuous
82 integration purposes. For instance, Nixpkgs should
···76 Whether to expose old attribute names for compatibility.
7778 The recommended setting is to enable this, as it
79+ improves backward compatibility, easing updates.
8081 The only reason to disable aliases is for continuous
82 integration purposes. For instance, Nixpkgs should