+1
-1
.github/ISSUE_TEMPLATE/01_bug_report.yml
+1
-1
.github/ISSUE_TEMPLATE/01_bug_report.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml
+1
-1
.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.If this issue is related to the Darwin packaging architecture as a whole, or is related to the core Darwin frameworks, consider mentioning the `@NixOS/darwin-core` team.
+1
-1
.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml
+1
-1
.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml
···Please note that the maintainer attribute name does not always match the maintainer's GitHub username. If that occurs, try looking in [`maintainers/maintainer-list.nix`](https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix) for the maintainer attribute name, and checking if the maintainer has a listed GitHub username.If in doubt, check `git blame` for whoever last touched the module, or check the associated package's maintainers. Please add the mentions above the `---` characters.
+1
-1
.github/ISSUE_TEMPLATE/04_build_failure.yml
+1
-1
.github/ISSUE_TEMPLATE/04_build_failure.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/ISSUE_TEMPLATE/05_update_request.yml
+1
-1
.github/ISSUE_TEMPLATE/05_update_request.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/ISSUE_TEMPLATE/06_module_request.yml
+1
-1
.github/ISSUE_TEMPLATE/06_module_request.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/ISSUE_TEMPLATE/07_backport_request.yml
+1
-1
.github/ISSUE_TEMPLATE/07_backport_request.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/ISSUE_TEMPLATE/08_documentation_request.yml
+1
-1
.github/ISSUE_TEMPLATE/08_documentation_request.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/ISSUE_TEMPLATE/09_unreproducible_package.yml
+1
-1
.github/ISSUE_TEMPLATE/09_unreproducible_package.yml
···Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below.
+1
-1
.github/actions/get-merge-commit/action.yml
+1
-1
.github/actions/get-merge-commit/action.yml
···throw new Error("Not retrying anymore. It's likely that GitHub is having internal issues: check https://www.githubstatus.com.")
+1
-1
.github/dependabot.yml
+1
-1
.github/dependabot.yml
+9
-9
.github/labeler-development-branches.yml
+9
-9
.github/labeler-development-branches.yml
···
+21
-21
.github/labeler-no-sync.yml
+21
-21
.github/labeler-no-sync.yml
···
+392
-392
.github/labeler.yml
+392
-392
.github/labeler.yml
···
+2
-2
.github/workflows/build.yml
+2
-2
.github/workflows/build.yml
···
+4
-4
.github/workflows/eval.yml
+4
-4
.github/workflows/eval.yml
············# We only wait for the "comparison" artifact to be available, which makes the start-to-finish time
+2
-2
.github/workflows/lint.yml
+2
-2
.github/workflows/lint.yml
······
+1
-1
.github/workflows/periodic-merge-24h.yml
+1
-1
.github/workflows/periodic-merge-24h.yml
+1
-1
.github/workflows/periodic-merge-6h.yml
+1
-1
.github/workflows/periodic-merge-6h.yml
+15
ci/default.nix
+15
ci/default.nix
···
+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+2
nixos/doc/manual/release-notes/rl-2511.section.md
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···- The `services.siproxd` module has been removed as `siproxd` is unmaintained and broken with libosip 5.x.+- `services.dwm-status.extraConfig` was replaced by [RFC0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md)-compliant [](#opt-services.dwm-status.settings), which is used to generate the config file. `services.dwm-status.order` is now moved to [](#opt-services.dwm-status.settings.order), as it's a part of the config file.- `renovate` was updated to v40. See the [upstream release notes](https://github.com/renovatebot/renovate/releases/tag/40.0.0) for breaking changes.
+10
-2
nixos/modules/services/desktop-managers/cosmic.nix
+10
-2
nixos/modules/services/desktop-managers/cosmic.nix
···+services.geoclue2.whitelistedAgents = [ "geoclue-demo-agent" ]; # whitelist our own geoclue2 agent o
+14
-6
nixos/modules/services/desktops/geoclue2.nix
+14
-6
nixos/modules/services/desktops/geoclue2.nix
·········
+45
-36
nixos/modules/services/misc/dwm-status.nix
+45
-36
nixos/modules/services/misc/dwm-status.nix
···
+5
-2
nixos/tests/zipline.nix
+5
-2
nixos/tests/zipline.nix
······resp = machine.succeed("curl zipline.local:8000/api/setup -v -X POST -H 'Content-Type: application/json' -d '{\"username\": \"administrator\", \"password\": \"password\"}' 2>&1")
+2
-2
pkgs/applications/editors/vscode/extensions/default.nix
+2
-2
pkgs/applications/editors/vscode/extensions/default.nix
···
+2
-2
pkgs/applications/editors/vscode/extensions/ms-python.vscode-pylance/default.nix
+2
-2
pkgs/applications/editors/vscode/extensions/ms-python.vscode-pylance/default.nix
···
+1
-1
pkgs/applications/networking/instant-messengers/franz/generic.nix
+1
-1
pkgs/applications/networking/instant-messengers/franz/generic.nix
···---add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \+--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer --enable-wayland-ime=true}}" \
-1
pkgs/by-name/an/antora/test/minimal_working_example/antora.yml
-1
pkgs/by-name/an/antora/test/minimal_working_example/antora.yml
+3
-3
pkgs/by-name/au/auto-editor/package.nix
+3
-3
pkgs/by-name/au/auto-editor/package.nix
······description = "Command line application for automatically editing video and audio by analyzing a variety of methods, most notably audio loudness";
+4
pkgs/by-name/ba/basalt-monado/package.nix
+4
pkgs/by-name/ba/basalt-monado/package.nix
·········
+3
-3
pkgs/by-name/de/devcontainer/package.nix
+3
-3
pkgs/by-name/de/devcontainer/package.nix
···
+18
-3
pkgs/by-name/di/distrho-ports/package.nix
+18
-3
pkgs/by-name/di/distrho-ports/package.nix
············platforms = lib.systems.inspect.patternLogicalAnd lib.systems.inspect.patterns.isLinux lib.systems.inspect.patterns.isx86;
+31
pkgs/by-name/ex/explex-nf/package.nix
+31
pkgs/by-name/ex/explex-nf/package.nix
···+url = "https://github.com/yuru7/Explex/releases/download/v${finalAttrs.version}/Explex_NF_v${finalAttrs.version}.zip";
+33
pkgs/by-name/ex/explex/package.nix
+33
pkgs/by-name/ex/explex/package.nix
···+url = "https://github.com/yuru7/Explex/releases/download/v${finalAttrs.version}/Explex_v${finalAttrs.version}.zip";
+5
-1
pkgs/by-name/fr/freeswitch/package.nix
+5
-1
pkgs/by-name/fr/freeswitch/package.nix
···
+2
-2
pkgs/by-name/li/libks/package.nix
+2
-2
pkgs/by-name/li/libks/package.nix
···
+3
-3
pkgs/by-name/ne/nelm/package.nix
+3
-3
pkgs/by-name/ne/nelm/package.nix
···
+3
-3
pkgs/by-name/ro/roadrunner/package.nix
+3
-3
pkgs/by-name/ro/roadrunner/package.nix
······
+3
-3
pkgs/by-name/s7/s7/package.nix
+3
-3
pkgs/by-name/s7/s7/package.nix
···
-1
pkgs/by-name/tf/tfk8s/tests/sample1/input.yaml
-1
pkgs/by-name/tf/tfk8s/tests/sample1/input.yaml
+3
-3
pkgs/by-name/xl/xld/package.nix
+3
-3
pkgs/by-name/xl/xld/package.nix
······-version=$(echo "$url" | xmlstarlet sel -t -v "substring-before(substring-after(//enclosure/@url, 'version='), '&')")
+16
-9
pkgs/by-name/zi/zipline/package.nix
+16
-9
pkgs/by-name/zi/zipline/package.nix
············
+30
-30
pkgs/development/julia-modules/tests/julia-top-n/package.yaml
+30
-30
pkgs/development/julia-modules/tests/julia-top-n/package.yaml
···
+2
-2
pkgs/development/julia-modules/tests/julia-top-n/stack.yaml
+2
-2
pkgs/development/julia-modules/tests/julia-top-n/stack.yaml
pkgs/misc/fastly/default.nix
pkgs/by-name/fa/fastly/package.nix
pkgs/misc/fastly/default.nix
pkgs/by-name/fa/fastly/package.nix
-4
pkgs/top-level/all-packages.nix
-4
pkgs/top-level/all-packages.nix
···