+1
-1
nixos/modules/services/backup/borgbackup.nix
+1
-1
nixos/modules/services/backup/borgbackup.nix
+2
-4
nixos/modules/services/continuous-integration/jenkins/default.nix
+2
-4
nixos/modules/services/continuous-integration/jenkins/default.nix
······
······
+1
-1
nixos/modules/services/misc/cgminer.nix
+1
-1
nixos/modules/services/misc/cgminer.nix
···-mapAttrsToList (n: v: ''"${n}": ${if isBool v then "" else ''"''}${convType v}${if isBool v then "" else ''"''}'')
···
+3
-3
nixos/modules/services/misc/sourcehut/default.nix
+3
-3
nixos/modules/services/misc/sourcehut/default.nix
···
···
+6
-6
nixos/modules/services/monitoring/prometheus/exporters/pve.nix
+6
-6
nixos/modules/services/monitoring/prometheus/exporters/pve.nix
···
···
+1
-2
nixos/modules/services/networking/biboumi.nix
+1
-2
nixos/modules/services/networking/biboumi.nix
···
+1
-1
nixos/modules/services/networking/cjdns.nix
+1
-1
nixos/modules/services/networking/cjdns.nix
+2
-2
nixos/modules/services/networking/libreswan.nix
+2
-2
nixos/modules/services/networking/libreswan.nix
···indent = str: concatStrings (concatMap (s: [" " (trim [" " "\t"] s) "\n"]) (splitString "\n" str));
···indent = str: concatStrings (concatMap (s: [" " (trim [" " "\t"] s) "\n"]) (splitString "\n" str));
+10
-10
nixos/modules/services/networking/murmur.nix
+10
-10
nixos/modules/services/networking/murmur.nix
······
······
+2
-2
nixos/modules/services/networking/nsd.nix
+2
-2
nixos/modules/services/networking/nsd.nix
+1
-3
nixos/modules/services/networking/ssh/lshd.nix
+1
-3
nixos/modules/services/networking/ssh/lshd.nix
···
···+${optionalString (interfaces != []) (concatStrings (map (i: "--interface=\"${i}\"") interfaces))} \
+1
-1
nixos/modules/services/scheduling/fcron.nix
+1
-1
nixos/modules/services/scheduling/fcron.nix
+1
-1
nixos/modules/services/web-apps/invidious.nix
+1
-1
nixos/modules/services/web-apps/invidious.nix
···
···
+1
-1
nixos/modules/services/web-apps/invoiceplane.nix
+1
-1
nixos/modules/services/web-apps/invoiceplane.nix
···-DB_PASSWORD=${if cfg.database.passwordFile == null then "" else "trim(file_get_contents('${cfg.database.passwordFile}'), \"\\r\\n\")"}
···+DB_PASSWORD=${optionalString (cfg.database.passwordFile != null) "trim(file_get_contents('${cfg.database.passwordFile}'), \"\\r\\n\")"}
+1
-1
nixos/modules/services/web-apps/peertube.nix
+1
-1
nixos/modules/services/web-apps/peertube.nix
+1
-1
nixos/modules/services/web-servers/lighttpd/cgit.nix
+1
-1
nixos/modules/services/web-servers/lighttpd/cgit.nix
+1
-1
nixos/modules/services/x11/desktop-managers/phosh.nix
+1
-1
nixos/modules/services/x11/desktop-managers/phosh.nix
+3
-4
nixos/modules/system/boot/kernel_config.nix
+3
-4
nixos/modules/system/boot/kernel_config.nix
···
···
+2
-2
nixos/modules/system/boot/loader/grub/grub.nix
+2
-2
nixos/modules/system/boot/loader/grub/grub.nix
···
···
+1
-1
nixos/modules/system/boot/systemd/user.nix
+1
-1
nixos/modules/system/boot/systemd/user.nix
+4
-4
pkgs/applications/editors/texmacs/darwin.nix
+4
-4
pkgs/applications/editors/texmacs/darwin.nix
···postInstall = "wrapProgram $out/Applications/TeXmacs-${version}/Contents/MacOS/TeXmacs --suffix PATH : " +
···postInstall = "wrapProgram $out/Applications/TeXmacs-${version}/Contents/MacOS/TeXmacs --suffix PATH : " +
+1
-1
pkgs/applications/editors/vscode/vscodium.nix
+1
-1
pkgs/applications/editors/vscode/vscodium.nix
+1
-3
pkgs/applications/networking/browsers/chromium/default.nix
+1
-3
pkgs/applications/networking/browsers/chromium/default.nix
+2
-6
pkgs/applications/networking/browsers/microsoft-edge/browser.nix
+2
-6
pkgs/applications/networking/browsers/microsoft-edge/browser.nix
+1
-1
pkgs/applications/office/libreoffice/default.nix
+1
-1
pkgs/applications/office/libreoffice/default.nix
+1
-2
pkgs/applications/science/logic/hol_light/default.nix
+1
-2
pkgs/applications/science/logic/hol_light/default.nix
+1
-1
pkgs/applications/science/math/sage/sage-tests.nix
+1
-1
pkgs/applications/science/math/sage/sage-tests.nix
···
···
+1
-1
pkgs/applications/version-management/sapling/default.nix
+1
-1
pkgs/applications/version-management/sapling/default.nix
+1
-1
pkgs/applications/window-managers/sway/wrapper.nix
+1
-1
pkgs/applications/window-managers/sway/wrapper.nix
+8
-8
pkgs/build-support/bintools-wrapper/default.nix
+8
-8
pkgs/build-support/bintools-wrapper/default.nix
·········-printWords ${bintools_bin} ${if libc == null then "" else libc_bin} > $out/nix-support/propagated-user-env-packages···
·········+printWords ${bintools_bin} ${lib.optionalString (libc != null) libc_bin} > $out/nix-support/propagated-user-env-packages···
+7
-7
pkgs/build-support/cc-wrapper/default.nix
+7
-7
pkgs/build-support/cc-wrapper/default.nix
·········
·········
+1
-1
pkgs/build-support/docker/default.nix
+1
-1
pkgs/build-support/docker/default.nix
+1
-1
pkgs/build-support/fetchgithub/default.nix
+1
-1
pkgs/build-support/fetchgithub/default.nix
···passthruAttrs = removeAttrs args [ "owner" "repo" "rev" "fetchSubmodules" "forceFetchGit" "private" "githubBase" "varPrefix" ];useFetchGit = fetchSubmodules || (leaveDotGit == true) || deepClone || forceFetchGit || (sparseCheckout != []);
···passthruAttrs = removeAttrs args [ "owner" "repo" "rev" "fetchSubmodules" "forceFetchGit" "private" "githubBase" "varPrefix" ];useFetchGit = fetchSubmodules || (leaveDotGit == true) || deepClone || forceFetchGit || (sparseCheckout != []);
+1
-1
pkgs/build-support/kernel/make-initrd-ng.nix
+1
-1
pkgs/build-support/kernel/make-initrd-ng.nix
···-contents = lib.concatMapStringsSep "\n" ({ object, symlink, ... }: "${object}\n${if symlink == null then "" else symlink}") contents + "\n";nativeBuildInputs = [makeInitrdNGTool cpio] ++ lib.optional makeUInitrd ubootTools ++ lib.optional strip binutils;
···+contents = lib.concatMapStringsSep "\n" ({ object, symlink, ... }: "${object}\n${lib.optionalString (symlink != null) symlink}") contents + "\n";nativeBuildInputs = [makeInitrdNGTool cpio] ++ lib.optional makeUInitrd ubootTools ++ lib.optional strip binutils;
+1
-1
pkgs/build-support/nix-gitignore/default.nix
+1
-1
pkgs/build-support/nix-gitignore/default.nix
+1
-1
pkgs/build-support/rust/build-rust-crate/configure-crate.nix
+1
-1
pkgs/build-support/rust/build-rust-crate/configure-crate.nix
···
···
+1
-1
pkgs/build-support/vm/default.nix
+1
-1
pkgs/build-support/vm/default.nix
+1
-1
pkgs/data/sgml+xml/stylesheets/xslt/docbook-xsl/default.nix
+1
-1
pkgs/data/sgml+xml/stylesheets/xslt/docbook-xsl/default.nix
+1
-4
pkgs/development/compilers/purescript/purescript/default.nix
+1
-4
pkgs/development/compilers/purescript/purescript/default.nix
+1
-1
pkgs/development/interpreters/acl2/libipasirglucose4/default.nix
+1
-1
pkgs/development/interpreters/acl2/libipasirglucose4/default.nix
+1
-1
pkgs/development/interpreters/python/mk-python-derivation.nix
+1
-1
pkgs/development/interpreters/python/mk-python-derivation.nix
···
···+in lib.optionalString (pos != null) " at ${pos.file}:${toString pos.line}:${toString pos.column}";
+1
-1
pkgs/development/interpreters/python/wrapper.nix
+1
-1
pkgs/development/interpreters/python/wrapper.nix
···-makeWrapper "$path/bin/$prg" "$out/bin/$prg" --set NIX_PYTHONPREFIX "$out" --set NIX_PYTHONEXECUTABLE ${pythonExecutable} --set NIX_PYTHONPATH ${pythonPath} ${if permitUserSite then "" else ''--set PYTHONNOUSERSITE "true"''} ${lib.concatStringsSep " " makeWrapperArgs}
···+makeWrapper "$path/bin/$prg" "$out/bin/$prg" --set NIX_PYTHONPREFIX "$out" --set NIX_PYTHONEXECUTABLE ${pythonExecutable} --set NIX_PYTHONPATH ${pythonPath} ${lib.optionalString (!permitUserSite) ''--set PYTHONNOUSERSITE "true"''} ${lib.concatStringsSep " " makeWrapperArgs}
+1
-1
pkgs/development/libraries/ffmpeg/generic.nix
+1
-1
pkgs/development/libraries/ffmpeg/generic.nix
+1
-1
pkgs/development/libraries/opencv/tests.nix
+1
-1
pkgs/development/libraries/opencv/tests.nix
+3
-3
pkgs/development/libraries/qt-4.x/4.8/default.nix
+3
-3
pkgs/development/libraries/qt-4.x/4.8/default.nix
···
···
+1
-2
pkgs/development/mobile/titaniumenv/build-app.nix
+1
-2
pkgs/development/mobile/titaniumenv/build-app.nix
+1
-1
pkgs/development/python-modules/azure-common/default.nix
+1
-1
pkgs/development/python-modules/azure-common/default.nix
+1
-1
pkgs/development/python-modules/azure-mgmt-common/default.nix
+1
-1
pkgs/development/python-modules/azure-mgmt-common/default.nix
···echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/mgmt/__init__.pyecho "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/__init__.py
···echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/mgmt/__init__.pyecho "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/__init__.py
+1
-1
pkgs/development/python-modules/tensorflow/bin.nix
+1
-1
pkgs/development/python-modules/tensorflow/bin.nix
···
···+pyVerNoDot = lib.strings.stringAsChars (x: lib.optionalString (x != ".") x) python.pythonVersion;
+6
-5
pkgs/development/ruby-modules/bundled-common/default.nix
+6
-5
pkgs/development/ruby-modules/bundled-common/default.nix
···
···
+1
-1
pkgs/development/ruby-modules/gem/default.nix
+1
-1
pkgs/development/ruby-modules/gem/default.nix
···find gems/*/ext/ extensions/ \( -iname Makefile -o -iname mkmf.log -o -iname gem_make.out \) -delete -print
+1
-1
pkgs/development/tools/misc/distcc/default.nix
+1
-1
pkgs/development/tools/misc/distcc/default.nix
···
···
+3
-2
pkgs/os-specific/linux/kernel/manual-config.nix
+3
-2
pkgs/os-specific/linux/kernel/manual-config.nix
···
···