···11/*
22- <!-- This anchor is here for backwards compatibity -->
22+ <!-- This anchor is here for backwards compatibility -->
33 []{#sec-fileset}
4455 The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_.
···179179 --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \
180180 --prefix LD_LIBRARY_PATH ":" ${libs}
181181182182- # Backwards compatiblity: we used to call it zoom-us
182182+ # Backwards compatibility: we used to call it zoom-us
183183 ln -s $out/bin/{zoom,zoom-us}
184184 '';
185185
+1-1
pkgs/by-name/ez/eza/package.nix
···1010, darwin
1111, libiconv
1212, installShellFiles
1313- # once eza upstream gets support for setting up a compatibilty symlink for exa, we should change
1313+ # once eza upstream gets support for setting up a compatibility symlink for exa, we should change
1414 # the handling here from postInstall to passing the required argument to the builder.
1515, exaAlias ? true
1616}:
···107107 generate = name: value:
108108 let
109109 # TODO: remove in 24.11
110110- # Backwards compatability for generators in the following locations:
110110+ # Backwards compatibility for generators in the following locations:
111111 # - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar)
112112 # - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string)
113113 # - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)
+1-1
pkgs/servers/sql/postgresql/ext/citus.nix
···3838 '';
39394040 meta = with lib; {
4141- # "Our soft policy for Postgres version compatibilty is to support Citus'
4141+ # "Our soft policy for Postgres version compatibility is to support Citus'
4242 # latest release with Postgres' 3 latest releases."
4343 # https://www.citusdata.com/updates/v12-0/#deprecated_features
4444 broken = versionOlder postgresql.version "14";
+1-1
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
···1212 };
13131414 patches = [
1515- # Fix compatiblity with PostgreSQL 16. Remove with the next release.
1515+ # Fix compatibility with PostgreSQL 16. Remove with the next release.
1616 (fetchpatch {
1717 url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch";
1818 hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";
+1-1
pkgs/tools/bootloaders/refind/default.nix
···128128 computers, such as all Intel-based Macs and recent (most 2011
129129 and later) PCs. rEFInd presents a boot menu showing all the EFI
130130 boot loaders on the EFI-accessible partitions, and optionally
131131- BIOS-bootable partitions on Macs. EFI-compatbile OSes, including
131131+ BIOS-bootable partitions on Macs. EFI-compatible OSes, including
132132 Linux, provide boot loaders that rEFInd can detect and
133133 launch. rEFInd can launch Linux EFI boot loaders such as ELILO,
134134 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub
+1-1
pkgs/top-level/config.nix
···7676 Whether to expose old attribute names for compatibility.
77777878 The recommended setting is to enable this, as it
7979- improves backward compatibity, easing updates.
7979+ improves backward compatibility, easing updates.
80808181 The only reason to disable aliases is for continuous
8282 integration purposes. For instance, Nixpkgs should