+1
-1
CONTRIBUTING.md
+1
-1
CONTRIBUTING.md
···In addition to writing properly formatted commit messages, it's important to include relevant information so other developers can later understand *why* a change was made. While this information usually can be found by digging code, mailing list/Discourse archives, pull request discussions or upstream changes, it may require a lot of work.+Package version upgrades usually allow for simpler commit messages, including attribute name, old and new version, as well as a reference to the relevant release notes/changelog. Every once in a while a package upgrade requires more extensive changes, and that subsequently warrants a more verbose message.
+8
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+8
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
···
+2
nixos/doc/manual/release-notes/rl-2211.section.md
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···- A NixOS module for Firefox has been added which allows preferences and [policies](https://github.com/mozilla/policy-templates/blob/master/README.md) to be set. This also allows extensions to be installed via the `ExtensionSettings` policy. The new options are under `programs.firefox`.+- The option `services.picom.experimentalBackends` was removed since it is now the default and the option will cause `picom` to quit instead.
+1
-1
nixos/modules/config/power-management.nix
+1
-1
nixos/modules/config/power-management.nix
···after = [ "suspend.target" "hibernate.target" "hybrid-sleep.target" "suspend-then-hibernate.target" ];
+4
-10
nixos/modules/services/x11/picom.nix
+4
-10
nixos/modules/services/x11/picom.nix
·········
+30
pkgs/applications/editors/vscode/extensions/default.nix
+30
pkgs/applications/editors/vscode/extensions/default.nix
·········
+2
-2
pkgs/applications/networking/irc/sic/default.nix
+2
-2
pkgs/applications/networking/irc/sic/default.nix
···
+5
-23
pkgs/applications/science/electronics/dsview/default.nix
+5
-23
pkgs/applications/science/electronics/dsview/default.nix
···-url = "https://github.com/DreamSourceLab/DSView/commit/33cc733abe19872bf5ed08540a94b798d0d4ecf4.patch";
+19
-11
pkgs/applications/science/electronics/dsview/install.patch
+19
-11
pkgs/applications/science/electronics/dsview/install.patch
···+@@ -662,16 +662,8 @@ install(FILES DSView/icons/logo.svg DESTINATION share/icons/hicolor/scalable/app+- install(FILES DSView/DSView.desktop DESTINATION /usr/share/applications RENAME dsview.desktop)+- install(FILES DSView/DreamSourceLab.rules DESTINATION /usr/lib/udev/rules.d RENAME 60-dreamsourcelab.rules)+- install(FILES DSView/DreamSourceLab.rules DESTINATION /lib/udev/rules.d RENAME 60-dreamsourcelab.rules)+- install(FILES DSView/DreamSourceLab.rules DESTINATION /etc/udev/rules.d RENAME 60-dreamsourcelab.rules)++ install(FILES DSView/DreamSourceLab.rules DESTINATION etc/udev/rules.d RENAME 60-dreamsourcelab.rules)
-28
pkgs/applications/science/electronics/dsview/libsigrok4dsl.nix
-28
pkgs/applications/science/electronics/dsview/libsigrok4dsl.nix
···
-27
pkgs/applications/science/electronics/dsview/libsigrokdecode4dsl.nix
-27
pkgs/applications/science/electronics/dsview/libsigrokdecode4dsl.nix
···
-13
pkgs/applications/science/electronics/dsview/qt515.patch
-13
pkgs/applications/science/electronics/dsview/qt515.patch
···
+36
pkgs/applications/version-management/git-and-tools/git-credential-keepassxc/default.nix
+36
pkgs/applications/version-management/git-and-tools/git-credential-keepassxc/default.nix
···+description = "Helper that allows Git (and shell scripts) to use KeePassXC as credential store";
+5
-8
pkgs/applications/virtualization/cri-o/wrapper.nix
+5
-8
pkgs/applications/virtualization/cri-o/wrapper.nix
············
+7
-10
pkgs/applications/virtualization/podman/wrapper.nix
+7
-10
pkgs/applications/virtualization/podman/wrapper.nix
·········# this only works for some binaries, others may need to be be added to `binPath` or in the modules···
+2
-2
pkgs/applications/window-managers/picom/default.nix
+2
-2
pkgs/applications/window-managers/picom/default.nix
···
-9
pkgs/build-support/make-symlinks/builder.sh
-9
pkgs/build-support/make-symlinks/builder.sh
-7
pkgs/build-support/make-symlinks/default.nix
-7
pkgs/build-support/make-symlinks/default.nix
+4
-6
pkgs/development/interpreters/lunatic/default.nix
+4
-6
pkgs/development/interpreters/lunatic/default.nix
···
+15
-5
pkgs/development/libraries/duckdb/default.nix
+15
-5
pkgs/development/libraries/duckdb/default.nix
·········
+27
-20
pkgs/development/libraries/duckdb/version.patch
+27
-20
pkgs/development/libraries/duckdb/version.patch
···- string(REGEX REPLACE "v([0-9]+).[0-9]+.[0-9]+" "\\1" DUCKDB_MAJOR_VERSION "${GIT_LAST_TAG}")···
+10
-4
pkgs/development/python-modules/duckdb/default.nix
+10
-4
pkgs/development/python-modules/duckdb/default.nix
···
+7
-10
pkgs/development/tools/buildah/wrapper.nix
+7
-10
pkgs/development/tools/buildah/wrapper.nix
············
+2
-2
pkgs/development/tools/continuous-integration/jenkins/default.nix
+2
-2
pkgs/development/tools/continuous-integration/jenkins/default.nix
···
+2
-2
pkgs/development/tools/oh-my-posh/default.nix
+2
-2
pkgs/development/tools/oh-my-posh/default.nix
···
+3
-3
pkgs/development/tools/ruff/default.nix
+3
-3
pkgs/development/tools/ruff/default.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-5.10.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-5.10.nix
···modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;···
+2
-2
pkgs/os-specific/linux/kernel/linux-5.15.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-5.15.nix
···modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;···
+2
-2
pkgs/os-specific/linux/kernel/linux-6.0.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-6.0.nix
···modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;···
+2
-2
pkgs/servers/monitoring/icinga2/default.nix
+2
-2
pkgs/servers/monitoring/icinga2/default.nix
···
+13
-17
pkgs/tools/compression/zfp/default.nix
+13
-17
pkgs/tools/compression/zfp/default.nix
···{ cmake, cudatoolkit, fetchFromGitHub, gfortran, lib, llvmPackages, python3Packages, stdenv, targetPlatform······+"-DCMAKE_CUDA_FLAGS=-gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -gencode=arch=compute_87,code=sm_87 -gencode=arch=compute_86,code=compute_86"
+4
-4
pkgs/top-level/all-packages.nix
+4
-4
pkgs/top-level/all-packages.nix
···git-credential-1password = callPackage ../applications/version-management/git-and-tools/git-credential-1password { };+git-credential-keepassxc = callPackage ../applications/version-management/git-and-tools/git-credential-keepassxc {···-libsigrok4dsl = callPackage ../applications/science/electronics/dsview/libsigrok4dsl.nix { };-libsigrokdecode4dsl = callPackage ../applications/science/electronics/dsview/libsigrokdecode4dsl.nix { };