+1
-1
lib/generators.nix
+1
-1
lib/generators.nix
+1
-1
maintainers/scripts/haskell/dependencies.nix
+1
-1
maintainers/scripts/haskell/dependencies.nix
+4
-4
nixos/modules/hardware/device-tree.nix
+4
-4
nixos/modules/hardware/device-tree.nix
·········
·········
+3
-3
nixos/modules/security/doas.nix
+3
-3
nixos/modules/security/doas.nix
······
······
+2
-2
nixos/modules/security/pam.nix
+2
-2
nixos/modules/security/pam.nix
······
······
+1
-1
nixos/modules/services/cluster/kubernetes/pki.nix
+1
-1
nixos/modules/services/cluster/kubernetes/pki.nix
+2
-2
nixos/modules/services/hardware/undervolt.nix
+2
-2
nixos/modules/services/hardware/undervolt.nix
···-else assert asserts.assertMsg (!isNull limit && !isNull window) "Both power limit and window must be set";
···+else assert asserts.assertMsg (limit != null && window != null) "Both power limit and window must be set";
+1
-1
nixos/modules/services/home-automation/home-assistant.nix
+1
-1
nixos/modules/services/home-automation/home-assistant.nix
+4
-4
nixos/modules/services/networking/multipath.nix
+4
-4
nixos/modules/services/networking/multipath.nix
···
···
+3
-3
nixos/modules/services/networking/radicale.nix
+3
-3
nixos/modules/services/networking/radicale.nix
······-warnings = optional (isNull cfg.package && versionOlder config.system.stateVersion "17.09") ''
······+warnings = optional (cfg.package == null && versionOlder config.system.stateVersion "17.09") ''
+1
-1
nixos/modules/services/system/self-deploy.nix
+1
-1
nixos/modules/services/system/self-deploy.nix
+1
-1
nixos/modules/services/web-apps/dolibarr.nix
+1
-1
nixos/modules/services/web-apps/dolibarr.nix
+5
-6
nixos/modules/services/web-apps/writefreely.nix
+5
-6
nixos/modules/services/web-apps/writefreely.nix
+7
-7
pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix
+7
-7
pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix
···# Hack: Melpa archives contains versions with parse errors such as [ 4 4 -4 413 ] which should be 4.4-413# This filter method is still technically wrong, but it's computationally cheap enough and tapers over the issue
···# Hack: Melpa archives contains versions with parse errors such as [ 4 4 -4 413 ] which should be 4.4-413# This filter method is still technically wrong, but it's computationally cheap enough and tapers over the issue
+1
-1
pkgs/applications/science/logic/coq/default.nix
+1
-1
pkgs/applications/science/logic/coq/default.nix
···substituteInPlace plugins/micromega/coq_micromega.ml --replace "System.is_in_system_path \"csdp\"" "true"
···substituteInPlace plugins/micromega/coq_micromega.ml --replace "System.is_in_system_path \"csdp\"" "true"
+3
-3
pkgs/applications/virtualization/singularity/generic.nix
+3
-3
pkgs/applications/virtualization/singularity/generic.nix
······-${lib.optionalString enableSuid (lib.warnIf (isNull starterSuidPath) "${projectName}: Null starterSuidPath when enableSuid produces non-SUID-ed starter-suid and run-time permission denial." ''
······+${lib.optionalString enableSuid (lib.warnIf (starterSuidPath == null) "${projectName}: Null starterSuidPath when enableSuid produces non-SUID-ed starter-suid and run-time permission denial." ''
+1
-1
pkgs/build-support/coq/default.nix
+1
-1
pkgs/build-support/coq/default.nix
···
···
+4
-4
pkgs/build-support/coq/meta-fetch/default.nix
+4
-4
pkgs/build-support/coq/meta-fetch/default.nix
···
···
+1
-1
pkgs/build-support/make-desktopitem/default.nix
+1
-1
pkgs/build-support/make-desktopitem/default.nix
+1
-1
pkgs/data/themes/orchis-theme/default.nix
+1
-1
pkgs/data/themes/orchis-theme/default.nix
···-${lib.optionalString (!isNull border-radius) ("--round " + builtins.toString border-radius + "px")}
···+${lib.optionalString (border-radius != null) ("--round " + builtins.toString border-radius + "px")}
+4
-4
pkgs/development/nim-packages/build-nim-package/default.nix
+4
-4
pkgs/development/nim-packages/build-nim-package/default.nix
······
······
+2
-2
pkgs/development/python-modules/mip/default.nix
+2
-2
pkgs/development/python-modules/mip/default.nix
······
······
+1
-1
pkgs/development/tools/build-managers/waf/default.nix
+1
-1
pkgs/development/tools/build-managers/waf/default.nix
+1
-1
pkgs/development/tools/poetry2nix/poetry2nix/overrides/default.nix
+1
-1
pkgs/development/tools/poetry2nix/poetry2nix/overrides/default.nix
+1
-1
pkgs/games/cataclysm-dda/pkgs/default.nix
+1
-1
pkgs/games/cataclysm-dda/pkgs/default.nix
+1
-1
pkgs/games/curseofwar/default.nix
+1
-1
pkgs/games/curseofwar/default.nix
+1
-1
pkgs/servers/nosql/arangodb/default.nix
+1
-1
pkgs/servers/nosql/arangodb/default.nix
+1
-1
pkgs/stdenv/generic/make-derivation.nix
+1
-1
pkgs/stdenv/generic/make-derivation.nix
···-if lib.isDerivation dep || isNull dep || builtins.typeOf dep == "string" || builtins.typeOf dep == "path" then depelse throw "Dependency is not of a valid type: ${lib.concatMapStrings (ix: "element ${toString ix} of ") ([index] ++ positions)}${name} for ${attrs.name or attrs.pname}");
···+if lib.isDerivation dep || dep == null || builtins.typeOf dep == "string" || builtins.typeOf dep == "path" then depelse throw "Dependency is not of a valid type: ${lib.concatMapStrings (ix: "element ${toString ix} of ") ([index] ++ positions)}${name} for ${attrs.name or attrs.pname}");
+2
-2
pkgs/tools/misc/plfit/default.nix
+2
-2
pkgs/tools/misc/plfit/default.nix
+1
-1
pkgs/tools/text/gawk/gawkextlib.nix
+1
-1
pkgs/tools/text/gawk/gawkextlib.nix