treewide: run yamlfmt

This applies changes from running yamlfmt with the `retain_line_breaks`
formatting option enabled.

Changed files
+460 -462
.github
pkgs
by-name
an
antora
test
minimal_working_example
tf
tfk8s
tests
sample1
development
julia-modules
tests
julia-top-n
+1 -1
.github/dependabot.yml
··· 4 4 directory: "/" 5 5 schedule: 6 6 interval: "weekly" 7 - labels: [ ] 7 + labels: []
+9 -9
.github/labeler-development-branches.yml
··· 3 3 4 4 "4.workflow: package set update": 5 5 - any: 6 - - head-branch: 7 - - '-updates$' 6 + - head-branch: 7 + - '-updates$' 8 8 9 9 "4.workflow: staging": 10 10 - any: 11 - - head-branch: 12 - - '^staging-next$' 13 - - '^staging-next-' 11 + - head-branch: 12 + - '^staging-next$' 13 + - '^staging-next-' 14 14 15 15 "6.topic: haskell": 16 16 - any: 17 - - head-branch: 18 - - '^haskell-updates$' 17 + - head-branch: 18 + - '^haskell-updates$' 19 19 20 20 "6.topic: python": 21 21 - any: 22 - - head-branch: 23 - - '^python-updates$' 22 + - head-branch: 23 + - '^python-updates$'
+21 -21
.github/labeler-no-sync.yml
··· 5 5 6 6 "6.topic: policy discussion": 7 7 - any: 8 - - changed-files: 9 - - any-glob-to-any-file: 10 - - .github/**/* 11 - - CONTRIBUTING.md 12 - - pkgs/README.md 13 - - nixos/README.md 14 - - maintainers/README.md 15 - - lib/README.md 16 - - doc/README.md 8 + - changed-files: 9 + - any-glob-to-any-file: 10 + - .github/**/* 11 + - CONTRIBUTING.md 12 + - pkgs/README.md 13 + - nixos/README.md 14 + - maintainers/README.md 15 + - lib/README.md 16 + - doc/README.md 17 17 18 18 "8.has: documentation": 19 19 - any: 20 - - changed-files: 21 - - any-glob-to-any-file: 22 - - doc/**/* 23 - - nixos/doc/**/* 20 + - changed-files: 21 + - any-glob-to-any-file: 22 + - doc/**/* 23 + - nixos/doc/**/* 24 24 25 25 "backport release-24.11": 26 26 - any: 27 - - changed-files: 28 - - any-glob-to-any-file: 29 - - .github/workflows/* 30 - - ci/**/*.* 27 + - changed-files: 28 + - any-glob-to-any-file: 29 + - .github/workflows/* 30 + - ci/**/*.* 31 31 32 32 "backport release-25.05": 33 33 - any: 34 - - changed-files: 35 - - any-glob-to-any-file: 36 - - .github/workflows/* 37 - - ci/**/*.* 34 + - changed-files: 35 + - any-glob-to-any-file: 36 + - .github/workflows/* 37 + - ci/**/*.* 38 38 39 39 # keep-sorted end
+392 -392
.github/labeler.yml
··· 5 5 6 6 "4.workflow: backport": 7 7 - any: 8 - - base-branch: 9 - - '^release-' 10 - - '^staging-\d' 11 - - '^staging-next-\d' 8 + - base-branch: 9 + - '^release-' 10 + - '^staging-\d' 11 + - '^staging-next-\d' 12 12 13 13 # NOTE: bsd, darwin and cross-compilation labels are handled by ofborg 14 14 "6.topic: agda": 15 15 - any: 16 - - changed-files: 17 - - any-glob-to-any-file: 18 - - doc/languages-frameworks/agda.section.md 19 - - nixos/tests/agda.nix 20 - - pkgs/build-support/agda/**/* 21 - - pkgs/development/libraries/agda/**/* 22 - - pkgs/top-level/agda-packages.nix 16 + - changed-files: 17 + - any-glob-to-any-file: 18 + - doc/languages-frameworks/agda.section.md 19 + - nixos/tests/agda.nix 20 + - pkgs/build-support/agda/**/* 21 + - pkgs/development/libraries/agda/**/* 22 + - pkgs/top-level/agda-packages.nix 23 23 24 24 "6.topic: cinnamon": 25 25 - any: 26 - - changed-files: 27 - - any-glob-to-any-file: 28 - - nixos/modules/services/x11/desktop-managers/cinnamon.nix 29 - - nixos/tests/cinnamon.nix 30 - - nixos/tests/cinnamon-wayland.nix 31 - - pkgs/by-name/ci/cinnamon-*/**/* 32 - - pkgs/by-name/cj/cjs/**/* 33 - - pkgs/by-name/mu/muffin/**/* 34 - - pkgs/by-name/ne/nemo/**/* 35 - - pkgs/by-name/ne/nemo-*/**/* 26 + - changed-files: 27 + - any-glob-to-any-file: 28 + - nixos/modules/services/x11/desktop-managers/cinnamon.nix 29 + - nixos/tests/cinnamon.nix 30 + - nixos/tests/cinnamon-wayland.nix 31 + - pkgs/by-name/ci/cinnamon-*/**/* 32 + - pkgs/by-name/cj/cjs/**/* 33 + - pkgs/by-name/mu/muffin/**/* 34 + - pkgs/by-name/ne/nemo/**/* 35 + - pkgs/by-name/ne/nemo-*/**/* 36 36 37 37 "6.topic: continuous integration": 38 38 - any: 39 - - changed-files: 40 - - any-glob-to-any-file: 41 - - .github/**/* 42 - - ci/**/*.* 39 + - changed-files: 40 + - any-glob-to-any-file: 41 + - .github/**/* 42 + - ci/**/*.* 43 43 44 44 "6.topic: coq": 45 45 - any: 46 - - changed-files: 47 - - any-glob-to-any-file: 48 - - pkgs/applications/science/logic/coq/**/* 49 - - pkgs/development/coq-modules/**/* 50 - - pkgs/top-level/coq-packages.nix 46 + - changed-files: 47 + - any-glob-to-any-file: 48 + - pkgs/applications/science/logic/coq/**/* 49 + - pkgs/development/coq-modules/**/* 50 + - pkgs/top-level/coq-packages.nix 51 51 52 52 "6.topic: COSMIC": 53 53 - any: 54 - - changed-files: 55 - - any-glob-to-any-file: 56 - - nixos/modules/services/desktop-managers/cosmic.nix 57 - - nixos/modules/services/display-managers/cosmic-greeter.nix 58 - - nixos/tests/cosmic.nix 59 - - pkgs/by-name/co/cosmic-*/**/* 60 - - pkgs/by-name/xd/xdg-desktop-portal-cosmic/* 54 + - changed-files: 55 + - any-glob-to-any-file: 56 + - nixos/modules/services/desktop-managers/cosmic.nix 57 + - nixos/modules/services/display-managers/cosmic-greeter.nix 58 + - nixos/tests/cosmic.nix 59 + - pkgs/by-name/co/cosmic-*/**/* 60 + - pkgs/by-name/xd/xdg-desktop-portal-cosmic/* 61 61 62 62 "6.topic: crystal": 63 63 - any: 64 - - changed-files: 65 - - any-glob-to-any-file: 66 - - pkgs/development/compilers/crystal/**/* 64 + - changed-files: 65 + - any-glob-to-any-file: 66 + - pkgs/development/compilers/crystal/**/* 67 67 68 68 "6.topic: cuda": 69 69 - any: 70 - - changed-files: 71 - - any-glob-to-any-file: 72 - - pkgs/development/cuda-modules/**/* 73 - - pkgs/top-level/cuda-packages.nix 70 + - changed-files: 71 + - any-glob-to-any-file: 72 + - pkgs/development/cuda-modules/**/* 73 + - pkgs/top-level/cuda-packages.nix 74 74 75 75 "6.topic: deepin": 76 76 - any: 77 - - changed-files: 78 - - any-glob-to-any-file: 79 - - nixos/modules/services/desktops/deepin/**/* 80 - - pkgs/desktops/deepin/**/* 77 + - changed-files: 78 + - any-glob-to-any-file: 79 + - nixos/modules/services/desktops/deepin/**/* 80 + - pkgs/desktops/deepin/**/* 81 81 82 82 "6.topic: docker tools": 83 83 - any: 84 - - changed-files: 85 - - any-glob-to-any-file: 86 - - pkgs/applications/virtualization/docker/**/* 84 + - changed-files: 85 + - any-glob-to-any-file: 86 + - pkgs/applications/virtualization/docker/**/* 87 87 88 88 "6.topic: dotnet": 89 89 - any: 90 - - changed-files: 91 - - any-glob-to-any-file: 92 - - doc/languages-frameworks/dotnet.section.md 93 - - maintainers/scripts/update-dotnet-lockfiles.nix 94 - - pkgs/build-support/dotnet/**/* 95 - - pkgs/development/compilers/dotnet/**/* 96 - - pkgs/test/dotnet/**/* 97 - - pkgs/top-level/dotnet-packages.nix 90 + - changed-files: 91 + - any-glob-to-any-file: 92 + - doc/languages-frameworks/dotnet.section.md 93 + - maintainers/scripts/update-dotnet-lockfiles.nix 94 + - pkgs/build-support/dotnet/**/* 95 + - pkgs/development/compilers/dotnet/**/* 96 + - pkgs/test/dotnet/**/* 97 + - pkgs/top-level/dotnet-packages.nix 98 98 99 99 "6.topic: emacs": 100 100 - any: 101 - - changed-files: 102 - - any-glob-to-any-file: 103 - - nixos/modules/services/editors/emacs.nix 104 - - nixos/modules/services/editors/emacs.xml 105 - - nixos/tests/emacs-daemon.nix 106 - - pkgs/applications/editors/emacs/build-support/**/* 107 - - pkgs/applications/editors/emacs/elisp-packages/**/* 108 - - pkgs/applications/editors/emacs/**/* 109 - - pkgs/top-level/emacs-packages.nix 101 + - changed-files: 102 + - any-glob-to-any-file: 103 + - nixos/modules/services/editors/emacs.nix 104 + - nixos/modules/services/editors/emacs.xml 105 + - nixos/tests/emacs-daemon.nix 106 + - pkgs/applications/editors/emacs/build-support/**/* 107 + - pkgs/applications/editors/emacs/elisp-packages/**/* 108 + - pkgs/applications/editors/emacs/**/* 109 + - pkgs/top-level/emacs-packages.nix 110 110 111 111 "6.topic: Enlightenment DE": 112 112 - any: 113 - - changed-files: 114 - - any-glob-to-any-file: 115 - - nixos/modules/services/x11/desktop-managers/enlightenment.nix 116 - - pkgs/desktops/enlightenment/**/* 117 - - pkgs/development/python-modules/python-efl/* 113 + - changed-files: 114 + - any-glob-to-any-file: 115 + - nixos/modules/services/x11/desktop-managers/enlightenment.nix 116 + - pkgs/desktops/enlightenment/**/* 117 + - pkgs/development/python-modules/python-efl/* 118 118 119 119 "6.topic: erlang": 120 120 - any: 121 - - changed-files: 122 - - any-glob-to-any-file: 123 - - doc/languages-frameworks/beam.section.md 124 - - pkgs/development/beam-modules/**/* 125 - - pkgs/development/interpreters/elixir/**/* 126 - - pkgs/development/interpreters/erlang/**/* 127 - - pkgs/development/tools/build-managers/rebar/**/* 128 - - pkgs/development/tools/build-managers/rebar3/**/* 129 - - pkgs/development/tools/erlang/**/* 130 - - pkgs/top-level/beam-packages.nix 121 + - changed-files: 122 + - any-glob-to-any-file: 123 + - doc/languages-frameworks/beam.section.md 124 + - pkgs/development/beam-modules/**/* 125 + - pkgs/development/interpreters/elixir/**/* 126 + - pkgs/development/interpreters/erlang/**/* 127 + - pkgs/development/tools/build-managers/rebar/**/* 128 + - pkgs/development/tools/build-managers/rebar3/**/* 129 + - pkgs/development/tools/erlang/**/* 130 + - pkgs/top-level/beam-packages.nix 131 131 132 132 "6.topic: fetch": 133 133 - any: 134 - - changed-files: 135 - - any-glob-to-any-file: 136 - - pkgs/build-support/fetch*/**/* 134 + - changed-files: 135 + - any-glob-to-any-file: 136 + - pkgs/build-support/fetch*/**/* 137 137 138 138 "6.topic: flakes": 139 139 - any: 140 - - changed-files: 141 - - any-glob-to-any-file: 142 - - '**/flake.nix' 143 - - lib/systems/flake-systems.nix 144 - - nixos/modules/config/nix-flakes.nix 140 + - changed-files: 141 + - any-glob-to-any-file: 142 + - '**/flake.nix' 143 + - lib/systems/flake-systems.nix 144 + - nixos/modules/config/nix-flakes.nix 145 145 146 146 "6.topic: flutter": 147 147 - any: 148 - - changed-files: 149 - - any-glob-to-any-file: 150 - - pkgs/build-support/flutter/*.nix 151 - - pkgs/development/compilers/flutter/**/*.nix 148 + - changed-files: 149 + - any-glob-to-any-file: 150 + - pkgs/build-support/flutter/*.nix 151 + - pkgs/development/compilers/flutter/**/*.nix 152 152 153 153 "6.topic: games": 154 154 - any: 155 - - changed-files: 156 - - any-glob-to-any-file: 157 - - pkgs/games/**/* 155 + - changed-files: 156 + - any-glob-to-any-file: 157 + - pkgs/games/**/* 158 158 159 159 "6.topic: GNOME": 160 160 - any: 161 - - changed-files: 162 - - any-glob-to-any-file: 163 - - doc/languages-frameworks/gnome.section.md 164 - - nixos/modules/services/desktops/gnome/**/* 165 - - nixos/modules/services/desktop-managers/gnome.nix 166 - - nixos/tests/gnome-xorg.nix 167 - - nixos/tests/gnome.nix 168 - - pkgs/desktops/gnome/**/* 161 + - changed-files: 162 + - any-glob-to-any-file: 163 + - doc/languages-frameworks/gnome.section.md 164 + - nixos/modules/services/desktops/gnome/**/* 165 + - nixos/modules/services/desktop-managers/gnome.nix 166 + - nixos/tests/gnome-xorg.nix 167 + - nixos/tests/gnome.nix 168 + - pkgs/desktops/gnome/**/* 169 169 170 170 "6.topic: golang": 171 171 - any: 172 - - changed-files: 173 - - any-glob-to-any-file: 174 - - doc/languages-frameworks/go.section.md 175 - - pkgs/build-support/go/**/* 176 - - pkgs/development/compilers/go/**/* 172 + - changed-files: 173 + - any-glob-to-any-file: 174 + - doc/languages-frameworks/go.section.md 175 + - pkgs/build-support/go/**/* 176 + - pkgs/development/compilers/go/**/* 177 177 178 178 "6.topic: hardware": 179 179 - any: 180 - - changed-files: 181 - - any-glob-to-any-file: 182 - - nixos/modules/hardware/**/* 180 + - changed-files: 181 + - any-glob-to-any-file: 182 + - nixos/modules/hardware/**/* 183 183 184 184 "6.topic: haskell": 185 185 - any: 186 - - changed-files: 187 - - any-glob-to-any-file: 188 - - doc/languages-frameworks/haskell.section.md 189 - - maintainers/scripts/haskell/**/* 190 - - pkgs/development/compilers/ghc/**/* 191 - - pkgs/development/haskell-modules/**/* 192 - - pkgs/development/tools/haskell/**/* 193 - - pkgs/test/haskell/**/* 194 - - pkgs/top-level/haskell-packages.nix 195 - - pkgs/top-level/release-haskell.nix 186 + - changed-files: 187 + - any-glob-to-any-file: 188 + - doc/languages-frameworks/haskell.section.md 189 + - maintainers/scripts/haskell/**/* 190 + - pkgs/development/compilers/ghc/**/* 191 + - pkgs/development/haskell-modules/**/* 192 + - pkgs/development/tools/haskell/**/* 193 + - pkgs/test/haskell/**/* 194 + - pkgs/top-level/haskell-packages.nix 195 + - pkgs/top-level/release-haskell.nix 196 196 197 197 "6.topic: java": 198 198 - any: 199 - - changed-files: 200 - - any-glob-to-any-file: 201 - # Distributions 202 - - pkgs/development/compilers/adoptopenjdk-icedtea-web/**/* 203 - - pkgs/development/compilers/corretto/**/* 204 - - pkgs/development/compilers/graalvm/**/* 205 - - pkgs/development/compilers/openjdk/**/* 206 - - pkgs/by-name/op/openjfx/**/* 207 - - pkgs/development/compilers/semeru-bin/**/* 208 - - pkgs/development/compilers/temurin-bin/**/* 209 - - pkgs/development/compilers/zulu/**/* 210 - # Documentation 211 - - doc/languages-frameworks/java.section.md 212 - # Gradle 213 - - doc/languages-frameworks/gradle.section.md 214 - - pkgs/development/tools/build-managers/gradle/**/* 215 - - pkgs/by-name/gr/gradle-completion/**/* 216 - # Maven 217 - - pkgs/by-name/ma/maven/**/* 218 - - doc/languages-frameworks/maven.section.md 219 - # Ant 220 - - pkgs/by-name/an/ant/**/* 221 - # javaPackages attrset 222 - - pkgs/development/java-modules/**/* 223 - - pkgs/top-level/java-packages.nix 224 - # Maintainer tooling 225 - - pkgs/by-name/ni/nixpkgs-openjdk-updater/**/* 226 - # Misc 227 - - nixos/modules/programs/java.nix 199 + - changed-files: 200 + - any-glob-to-any-file: 201 + # Distributions 202 + - pkgs/development/compilers/adoptopenjdk-icedtea-web/**/* 203 + - pkgs/development/compilers/corretto/**/* 204 + - pkgs/development/compilers/graalvm/**/* 205 + - pkgs/development/compilers/openjdk/**/* 206 + - pkgs/by-name/op/openjfx/**/* 207 + - pkgs/development/compilers/semeru-bin/**/* 208 + - pkgs/development/compilers/temurin-bin/**/* 209 + - pkgs/development/compilers/zulu/**/* 210 + # Documentation 211 + - doc/languages-frameworks/java.section.md 212 + # Gradle 213 + - doc/languages-frameworks/gradle.section.md 214 + - pkgs/development/tools/build-managers/gradle/**/* 215 + - pkgs/by-name/gr/gradle-completion/**/* 216 + # Maven 217 + - pkgs/by-name/ma/maven/**/* 218 + - doc/languages-frameworks/maven.section.md 219 + # Ant 220 + - pkgs/by-name/an/ant/**/* 221 + # javaPackages attrset 222 + - pkgs/development/java-modules/**/* 223 + - pkgs/top-level/java-packages.nix 224 + # Maintainer tooling 225 + - pkgs/by-name/ni/nixpkgs-openjdk-updater/**/* 226 + # Misc 227 + - nixos/modules/programs/java.nix 228 228 229 229 "6.topic: jitsi": 230 230 - any: 231 - - changed-files: 232 - - any-glob-to-any-file: 233 - - nixos/modules/services/networking/jitsi-videobridge.nix 234 - - nixos/modules/services/web-apps/jitsi-meet.nix 235 - - pkgs/servers/web-apps/jitsi-meet/**/* 236 - - pkgs/servers/jitsi-videobridge/**/* 237 - - pkgs/applications/networking/instant-messengers/jitsi/**/* 231 + - changed-files: 232 + - any-glob-to-any-file: 233 + - nixos/modules/services/networking/jitsi-videobridge.nix 234 + - nixos/modules/services/web-apps/jitsi-meet.nix 235 + - pkgs/servers/web-apps/jitsi-meet/**/* 236 + - pkgs/servers/jitsi-videobridge/**/* 237 + - pkgs/applications/networking/instant-messengers/jitsi/**/* 238 238 239 239 "6.topic: julia": 240 240 - any: 241 - - changed-files: 242 - - any-glob-to-any-file: 243 - - doc/languages-frameworks/julia.section.md 244 - - pkgs/development/compilers/julia/**/* 245 - - pkgs/development/julia-modules/**/* 241 + - changed-files: 242 + - any-glob-to-any-file: 243 + - doc/languages-frameworks/julia.section.md 244 + - pkgs/development/compilers/julia/**/* 245 + - pkgs/development/julia-modules/**/* 246 246 247 247 "6.topic: jupyter": 248 248 - any: 249 - - changed-files: 250 - - any-glob-to-any-file: 251 - - pkgs/development/python-modules/jupyter*/**/* 252 - - pkgs/development/python-modules/mkdocs-jupyter/* 253 - - nixos/modules/services/development/jupyter/**/* 254 - - pkgs/applications/editors/jupyter-kernels/**/* 255 - - pkgs/applications/editors/jupyter/**/* 249 + - changed-files: 250 + - any-glob-to-any-file: 251 + - pkgs/development/python-modules/jupyter*/**/* 252 + - pkgs/development/python-modules/mkdocs-jupyter/* 253 + - nixos/modules/services/development/jupyter/**/* 254 + - pkgs/applications/editors/jupyter-kernels/**/* 255 + - pkgs/applications/editors/jupyter/**/* 256 256 257 257 "6.topic: k3s": 258 258 - any: 259 - - changed-files: 260 - - any-glob-to-any-file: 261 - - nixos/modules/services/cluster/k3s/**/* 262 - - nixos/tests/k3s/**/* 263 - - pkgs/applications/networking/cluster/k3s/**/* 259 + - changed-files: 260 + - any-glob-to-any-file: 261 + - nixos/modules/services/cluster/k3s/**/* 262 + - nixos/tests/k3s/**/* 263 + - pkgs/applications/networking/cluster/k3s/**/* 264 264 265 265 "6.topic: kernel": 266 266 - any: 267 - - changed-files: 268 - - any-glob-to-any-file: 269 - - pkgs/build-support/kernel/**/* 270 - - pkgs/os-specific/linux/kernel/**/* 267 + - changed-files: 268 + - any-glob-to-any-file: 269 + - pkgs/build-support/kernel/**/* 270 + - pkgs/os-specific/linux/kernel/**/* 271 271 272 272 "6.topic: lib": 273 273 - any: 274 - - changed-files: 275 - - any-glob-to-any-file: 276 - - lib/** 274 + - changed-files: 275 + - any-glob-to-any-file: 276 + - lib/** 277 277 278 278 "6.topic: llvm/clang": 279 279 - any: 280 - - changed-files: 281 - - any-glob-to-any-file: 282 - - pkgs/development/compilers/llvm/**/* 280 + - changed-files: 281 + - any-glob-to-any-file: 282 + - pkgs/development/compilers/llvm/**/* 283 283 284 284 "6.topic: lua": 285 285 - any: 286 - - changed-files: 287 - - any-glob-to-any-file: 288 - - pkgs/development/tools/misc/luarocks/* 289 - - pkgs/development/interpreters/lua-5/**/* 290 - - pkgs/development/interpreters/luajit/**/* 291 - - pkgs/development/lua-modules/**/* 292 - - pkgs/top-level/lua-packages.nix 286 + - changed-files: 287 + - any-glob-to-any-file: 288 + - pkgs/development/tools/misc/luarocks/* 289 + - pkgs/development/interpreters/lua-5/**/* 290 + - pkgs/development/interpreters/luajit/**/* 291 + - pkgs/development/lua-modules/**/* 292 + - pkgs/top-level/lua-packages.nix 293 293 294 294 "6.topic: Lumina DE": 295 295 - any: 296 - - changed-files: 297 - - any-glob-to-any-file: 298 - - nixos/modules/services/x11/desktop-managers/lumina.nix 299 - - pkgs/desktops/lumina/**/* 296 + - changed-files: 297 + - any-glob-to-any-file: 298 + - nixos/modules/services/x11/desktop-managers/lumina.nix 299 + - pkgs/desktops/lumina/**/* 300 300 301 301 "6.topic: LXQt": 302 302 - any: 303 - - changed-files: 304 - - any-glob-to-any-file: 305 - - nixos/modules/services/x11/desktop-managers/lxqt.nix 306 - - pkgs/desktops/lxqt/**/* 303 + - changed-files: 304 + - any-glob-to-any-file: 305 + - nixos/modules/services/x11/desktop-managers/lxqt.nix 306 + - pkgs/desktops/lxqt/**/* 307 307 308 308 "6.topic: mate": 309 309 - any: 310 - - changed-files: 311 - - any-glob-to-any-file: 312 - - nixos/modules/services/x11/desktop-managers/mate.nix 313 - - nixos/tests/mate.nix 314 - - pkgs/desktops/mate/**/* 310 + - changed-files: 311 + - any-glob-to-any-file: 312 + - nixos/modules/services/x11/desktop-managers/mate.nix 313 + - nixos/tests/mate.nix 314 + - pkgs/desktops/mate/**/* 315 315 316 316 "6.topic: module system": 317 317 - any: 318 - - changed-files: 319 - - any-glob-to-any-file: 320 - - lib/modules.nix 321 - - lib/types.nix 322 - - lib/options.nix 323 - - lib/tests/modules.sh 324 - - lib/tests/modules/** 318 + - changed-files: 319 + - any-glob-to-any-file: 320 + - lib/modules.nix 321 + - lib/types.nix 322 + - lib/options.nix 323 + - lib/tests/modules.sh 324 + - lib/tests/modules/** 325 325 326 326 "6.topic: musl": 327 327 - any: 328 - - changed-files: 329 - - any-glob-to-any-file: 330 - - pkgs/os-specific/linux/musl/**/* 328 + - changed-files: 329 + - any-glob-to-any-file: 330 + - pkgs/os-specific/linux/musl/**/* 331 331 332 332 "6.topic: nim": 333 333 - any: 334 - - changed-files: 335 - - any-glob-to-any-file: 336 - - doc/languages-frameworks/nim.section.md 337 - - pkgs/build-support/build-nim-package.nix 338 - - pkgs/build-support/build-nim-sbom.nix 339 - - pkgs/by-name/ni/nim* 340 - - pkgs/top-level/nim-overrides.nix 334 + - changed-files: 335 + - any-glob-to-any-file: 336 + - doc/languages-frameworks/nim.section.md 337 + - pkgs/build-support/build-nim-package.nix 338 + - pkgs/build-support/build-nim-sbom.nix 339 + - pkgs/by-name/ni/nim* 340 + - pkgs/top-level/nim-overrides.nix 341 341 342 342 "6.topic: nixos": 343 343 - any: 344 - - changed-files: 345 - - any-glob-to-any-file: 346 - - nixos/**/* 347 - - pkgs/by-name/sw/switch-to-configuration-ng/**/* 348 - - pkgs/by-name/ni/nixos-rebuild-ng/**/* 349 - - pkgs/os-specific/linux/nixos-rebuild/**/* 344 + - changed-files: 345 + - any-glob-to-any-file: 346 + - nixos/**/* 347 + - pkgs/by-name/sw/switch-to-configuration-ng/**/* 348 + - pkgs/by-name/ni/nixos-rebuild-ng/**/* 349 + - pkgs/os-specific/linux/nixos-rebuild/**/* 350 350 351 351 "6.topic: nixos-container": 352 352 - any: 353 - - changed-files: 354 - - any-glob-to-any-file: 355 - - nixos/modules/virtualisation/nixos-containers.nix 356 - - pkgs/tools/virtualization/nixos-container/**/* 353 + - changed-files: 354 + - any-glob-to-any-file: 355 + - nixos/modules/virtualisation/nixos-containers.nix 356 + - pkgs/tools/virtualization/nixos-container/**/* 357 357 358 358 "6.topic: nodejs": 359 359 - any: 360 - - changed-files: 361 - - any-glob-to-any-file: 362 - - doc/languages-frameworks/javascript.section.md 363 - - pkgs/build-support/node/**/* 364 - - pkgs/development/node-packages/**/* 365 - - pkgs/development/tools/yarn/* 366 - - pkgs/development/tools/yarn2nix-moretea/**/* 367 - - pkgs/development/tools/pnpm/**/* 368 - - pkgs/development/web/nodejs/* 360 + - changed-files: 361 + - any-glob-to-any-file: 362 + - doc/languages-frameworks/javascript.section.md 363 + - pkgs/build-support/node/**/* 364 + - pkgs/development/node-packages/**/* 365 + - pkgs/development/tools/yarn/* 366 + - pkgs/development/tools/yarn2nix-moretea/**/* 367 + - pkgs/development/tools/pnpm/**/* 368 + - pkgs/development/web/nodejs/* 369 369 370 370 "6.topic: nvidia": 371 371 - any: 372 - - changed-files: 373 - - any-glob-to-any-file: 374 - - nixos/modules/hardware/video/nvidia.nix 375 - - nixos/modules/services/hardware/nvidia-container-toolkit/**/* 376 - - nixos/modules/services/hardware/nvidia-optimus.nix 377 - - pkgs/os-specific/linux/nvidia-x11/**/* 372 + - changed-files: 373 + - any-glob-to-any-file: 374 + - nixos/modules/hardware/video/nvidia.nix 375 + - nixos/modules/services/hardware/nvidia-container-toolkit/**/* 376 + - nixos/modules/services/hardware/nvidia-optimus.nix 377 + - pkgs/os-specific/linux/nvidia-x11/**/* 378 378 379 379 "6.topic: ocaml": 380 380 - any: 381 - - changed-files: 382 - - any-glob-to-any-file: 383 - - doc/languages-frameworks/ocaml.section.md 384 - - pkgs/development/compilers/ocaml/**/* 385 - - pkgs/development/compilers/reason/**/* 386 - - pkgs/development/ocaml-modules/**/* 387 - - pkgs/development/tools/ocaml/**/* 388 - - pkgs/top-level/ocaml-packages.nix 381 + - changed-files: 382 + - any-glob-to-any-file: 383 + - doc/languages-frameworks/ocaml.section.md 384 + - pkgs/development/compilers/ocaml/**/* 385 + - pkgs/development/compilers/reason/**/* 386 + - pkgs/development/ocaml-modules/**/* 387 + - pkgs/development/tools/ocaml/**/* 388 + - pkgs/top-level/ocaml-packages.nix 389 389 390 390 "6.topic: pantheon": 391 391 - any: 392 - - changed-files: 393 - - any-glob-to-any-file: 394 - - nixos/modules/services/desktops/pantheon/**/* 395 - - nixos/modules/services/x11/desktop-managers/pantheon.nix 396 - - nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix 397 - - nixos/tests/pantheon.nix 398 - - pkgs/desktops/pantheon/**/* 392 + - changed-files: 393 + - any-glob-to-any-file: 394 + - nixos/modules/services/desktops/pantheon/**/* 395 + - nixos/modules/services/x11/desktop-managers/pantheon.nix 396 + - nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix 397 + - nixos/tests/pantheon.nix 398 + - pkgs/desktops/pantheon/**/* 399 399 400 400 "6.topic: php": 401 401 - any: 402 - - changed-files: 403 - - any-glob-to-any-file: 404 - - doc/languages-frameworks/php.section.md 405 - - nixos/tests/php/**/* 406 - - pkgs/build-support/php/**/* 407 - - pkgs/development/interpreters/php/**/* 408 - - pkgs/development/php-packages/**/* 409 - - pkgs/test/php/default.nix 410 - - pkgs/top-level/php-packages.nix 402 + - changed-files: 403 + - any-glob-to-any-file: 404 + - doc/languages-frameworks/php.section.md 405 + - nixos/tests/php/**/* 406 + - pkgs/build-support/php/**/* 407 + - pkgs/development/interpreters/php/**/* 408 + - pkgs/development/php-packages/**/* 409 + - pkgs/test/php/default.nix 410 + - pkgs/top-level/php-packages.nix 411 411 412 412 "6.topic: printing": 413 413 - any: 414 - - changed-files: 415 - - any-glob-to-any-file: 416 - - nixos/modules/services/printing/cupsd.nix 417 - - pkgs/misc/cups/**/* 414 + - changed-files: 415 + - any-glob-to-any-file: 416 + - nixos/modules/services/printing/cupsd.nix 417 + - pkgs/misc/cups/**/* 418 418 419 419 "6.topic: python": 420 420 - any: 421 - - changed-files: 422 - - any-glob-to-any-file: 423 - - doc/languages-frameworks/python.section.md 424 - - pkgs/development/interpreters/python/**/* 425 - - pkgs/development/python-modules/**/* 426 - - pkgs/top-level/python-packages.nix 421 + - changed-files: 422 + - any-glob-to-any-file: 423 + - doc/languages-frameworks/python.section.md 424 + - pkgs/development/interpreters/python/**/* 425 + - pkgs/development/python-modules/**/* 426 + - pkgs/top-level/python-packages.nix 427 427 428 428 "6.topic: qt/kde": 429 429 - any: 430 - - changed-files: 431 - - any-glob-to-any-file: 432 - - doc/languages-frameworks/qt.section.md 433 - - nixos/modules/services/x11/desktop-managers/plasma5.nix 434 - - nixos/tests/plasma5.nix 435 - - pkgs/applications/kde/**/* 436 - - pkgs/desktops/plasma-5/**/* 437 - - pkgs/development/libraries/kde-frameworks/**/* 438 - - pkgs/development/libraries/qt-5/**/* 430 + - changed-files: 431 + - any-glob-to-any-file: 432 + - doc/languages-frameworks/qt.section.md 433 + - nixos/modules/services/x11/desktop-managers/plasma5.nix 434 + - nixos/tests/plasma5.nix 435 + - pkgs/applications/kde/**/* 436 + - pkgs/desktops/plasma-5/**/* 437 + - pkgs/development/libraries/kde-frameworks/**/* 438 + - pkgs/development/libraries/qt-5/**/* 439 439 440 440 "6.topic: R": 441 441 - any: 442 - - changed-files: 443 - - any-glob-to-any-file: 444 - - pkgs/applications/science/math/R/**/* 445 - - pkgs/development/r-modules/**/* 442 + - changed-files: 443 + - any-glob-to-any-file: 444 + - pkgs/applications/science/math/R/**/* 445 + - pkgs/development/r-modules/**/* 446 446 447 447 "6.topic: rocm": 448 448 - any: 449 - - changed-files: 450 - - any-glob-to-any-file: 451 - - pkgs/development/rocm-modules/**/* 449 + - changed-files: 450 + - any-glob-to-any-file: 451 + - pkgs/development/rocm-modules/**/* 452 452 453 453 "6.topic: ruby": 454 454 - any: 455 - - changed-files: 456 - - any-glob-to-any-file: 457 - - doc/languages-frameworks/ruby.section.md 458 - - pkgs/development/interpreters/ruby/**/* 459 - - pkgs/development/ruby-modules/**/* 460 - - pkgs/top-level/ruby-packages.nix 455 + - changed-files: 456 + - any-glob-to-any-file: 457 + - doc/languages-frameworks/ruby.section.md 458 + - pkgs/development/interpreters/ruby/**/* 459 + - pkgs/development/ruby-modules/**/* 460 + - pkgs/top-level/ruby-packages.nix 461 461 462 462 "6.topic: rust": 463 463 - any: 464 - - changed-files: 465 - - any-glob-to-any-file: 466 - - doc/languages-frameworks/rust.section.md 467 - - pkgs/build-support/rust/**/* 468 - - pkgs/development/compilers/rust/**/* 464 + - changed-files: 465 + - any-glob-to-any-file: 466 + - doc/languages-frameworks/rust.section.md 467 + - pkgs/build-support/rust/**/* 468 + - pkgs/development/compilers/rust/**/* 469 469 470 470 "6.topic: stdenv": 471 471 - any: 472 - - changed-files: 473 - - any-glob-to-any-file: 474 - - pkgs/stdenv/**/* 472 + - changed-files: 473 + - any-glob-to-any-file: 474 + - pkgs/stdenv/**/* 475 475 476 476 "6.topic: steam": 477 477 - any: 478 - - changed-files: 479 - - any-glob-to-any-file: 480 - - pkgs/games/steam/**/* 478 + - changed-files: 479 + - any-glob-to-any-file: 480 + - pkgs/games/steam/**/* 481 481 482 482 "6.topic: systemd": 483 483 - any: 484 - - changed-files: 485 - - any-glob-to-any-file: 486 - - pkgs/os-specific/linux/systemd/**/* 487 - - nixos/modules/system/boot/systemd*/**/* 484 + - changed-files: 485 + - any-glob-to-any-file: 486 + - pkgs/os-specific/linux/systemd/**/* 487 + - nixos/modules/system/boot/systemd*/**/* 488 488 489 489 "6.topic: tcl": 490 490 - any: 491 - - changed-files: 492 - - any-glob-to-any-file: 493 - - doc/languages-frameworks/tcl.section.md 494 - - pkgs/development/interpreters/tcl/* 495 - - pkgs/development/tcl-modules/**/* 496 - - pkgs/top-level/tcl-packages.nix 491 + - changed-files: 492 + - any-glob-to-any-file: 493 + - doc/languages-frameworks/tcl.section.md 494 + - pkgs/development/interpreters/tcl/* 495 + - pkgs/development/tcl-modules/**/* 496 + - pkgs/top-level/tcl-packages.nix 497 497 498 498 "6.topic: teams": 499 499 - any: 500 - - changed-files: 501 - - any-glob-to-any-file: 502 - - maintainers/team-list.nix 500 + - changed-files: 501 + - any-glob-to-any-file: 502 + - maintainers/team-list.nix 503 503 504 504 "6.topic: testing": 505 505 - any: 506 - - changed-files: 507 - - any-glob-to-any-file: 508 - # NOTE: Let's keep the scope limited to test frameworks that are 509 - # *developed in this repo*; 510 - # - not individual tests 511 - # - not packages for test frameworks 512 - - pkgs/build-support/testers/** 513 - - nixos/lib/testing/** 514 - - nixos/lib/test-driver/** 515 - - nixos/tests/nixos-test-driver/** 516 - - nixos/lib/testing-python.nix # legacy 517 - - nixos/tests/make-test-python.nix # legacy 518 - # lib/debug.nix has a test framework (runTests) but it's not the main focus 506 + - changed-files: 507 + - any-glob-to-any-file: 508 + # NOTE: Let's keep the scope limited to test frameworks that are 509 + # *developed in this repo*; 510 + # - not individual tests 511 + # - not packages for test frameworks 512 + - pkgs/build-support/testers/** 513 + - nixos/lib/testing/** 514 + - nixos/lib/test-driver/** 515 + - nixos/tests/nixos-test-driver/** 516 + - nixos/lib/testing-python.nix # legacy 517 + - nixos/tests/make-test-python.nix # legacy 518 + # lib/debug.nix has a test framework (runTests) but it's not the main focus 519 519 520 520 "6.topic: TeX": 521 521 - any: 522 - - changed-files: 523 - - any-glob-to-any-file: 524 - - doc/languages-frameworks/texlive.section.md 525 - - pkgs/test/texlive/** 526 - - pkgs/tools/typesetting/tex/**/* 522 + - changed-files: 523 + - any-glob-to-any-file: 524 + - doc/languages-frameworks/texlive.section.md 525 + - pkgs/test/texlive/** 526 + - pkgs/tools/typesetting/tex/**/* 527 527 528 528 "6.topic: updaters": 529 529 - any: 530 - - changed-files: 531 - - any-glob-to-any-file: 532 - - pkgs/common-updater/**/* 530 + - changed-files: 531 + - any-glob-to-any-file: 532 + - pkgs/common-updater/**/* 533 533 534 534 "6.topic: vim": 535 535 - any: 536 - - changed-files: 537 - - any-glob-to-any-file: 538 - - doc/languages-frameworks/vim.section.md 539 - - pkgs/applications/editors/vim/**/* 540 - - pkgs/applications/editors/vim/plugins/**/* 541 - - nixos/modules/programs/neovim.nix 542 - - pkgs/applications/editors/neovim/**/* 536 + - changed-files: 537 + - any-glob-to-any-file: 538 + - doc/languages-frameworks/vim.section.md 539 + - pkgs/applications/editors/vim/**/* 540 + - pkgs/applications/editors/vim/plugins/**/* 541 + - nixos/modules/programs/neovim.nix 542 + - pkgs/applications/editors/neovim/**/* 543 543 544 544 "6.topic: vscode": 545 545 - any: 546 - - changed-files: 547 - - any-glob-to-any-file: 548 - - pkgs/applications/editors/vscode/**/* 546 + - changed-files: 547 + - any-glob-to-any-file: 548 + - pkgs/applications/editors/vscode/**/* 549 549 550 550 "6.topic: windows": 551 551 - any: 552 - - changed-files: 553 - - any-glob-to-any-file: 554 - - pkgs/os-specific/windows/**/* 552 + - changed-files: 553 + - any-glob-to-any-file: 554 + - pkgs/os-specific/windows/**/* 555 555 556 556 "6.topic: xen-project": 557 557 - any: 558 - - changed-files: 559 - - any-glob-to-any-file: 560 - - nixos/modules/virtualisation/xen* 561 - - pkgs/by-name/xe/xen/* 562 - - pkgs/by-name/qe/qemu_xen/* 563 - - pkgs/by-name/xe/xen-guest-agent/* 564 - - pkgs/by-name/xt/xtf/* 565 - - pkgs/build-support/xen/* 566 - - pkgs/development/ocaml-modules/xen*/* 567 - - pkgs/development/ocaml-modules/vchan/* 558 + - changed-files: 559 + - any-glob-to-any-file: 560 + - nixos/modules/virtualisation/xen* 561 + - pkgs/by-name/xe/xen/* 562 + - pkgs/by-name/qe/qemu_xen/* 563 + - pkgs/by-name/xe/xen-guest-agent/* 564 + - pkgs/by-name/xt/xtf/* 565 + - pkgs/build-support/xen/* 566 + - pkgs/development/ocaml-modules/xen*/* 567 + - pkgs/development/ocaml-modules/vchan/* 568 568 569 569 "6.topic: xfce": 570 570 - any: 571 - - changed-files: 572 - - any-glob-to-any-file: 573 - - nixos/doc/manual/configuration/xfce.xml 574 - - nixos/modules/services/x11/desktop-managers/xfce.nix 575 - - nixos/tests/xfce.nix 576 - - pkgs/desktops/xfce/**/* 571 + - changed-files: 572 + - any-glob-to-any-file: 573 + - nixos/doc/manual/configuration/xfce.xml 574 + - nixos/modules/services/x11/desktop-managers/xfce.nix 575 + - nixos/tests/xfce.nix 576 + - pkgs/desktops/xfce/**/* 577 577 578 578 "6.topic: zig": 579 579 - any: 580 - - changed-files: 581 - - any-glob-to-any-file: 582 - - pkgs/development/compilers/zig/**/* 583 - - doc/hooks/zig.section.md 580 + - changed-files: 581 + - any-glob-to-any-file: 582 + - pkgs/development/compilers/zig/**/* 583 + - doc/hooks/zig.section.md 584 584 585 585 "8.has: changelog": 586 586 - any: 587 - - changed-files: 588 - - any-glob-to-any-file: 589 - - nixos/doc/manual/release-notes/**/* 587 + - changed-files: 588 + - any-glob-to-any-file: 589 + - nixos/doc/manual/release-notes/**/* 590 590 591 591 "8.has: maintainer-list (update)": 592 592 - any: 593 - - changed-files: 594 - - any-glob-to-any-file: 595 - - maintainers/maintainer-list.nix 593 + - changed-files: 594 + - any-glob-to-any-file: 595 + - maintainers/maintainer-list.nix 596 596 597 597 "8.has: module (update)": 598 598 - any: 599 - - changed-files: 600 - - any-glob-to-any-file: 601 - - nixos/modules/**/* 599 + - changed-files: 600 + - any-glob-to-any-file: 601 + - nixos/modules/**/* 602 602 603 603 # keep-sorted end
+3 -3
.github/workflows/eval.yml
··· 52 52 outpaths: 53 53 name: Outpaths 54 54 runs-on: ubuntu-24.04-arm 55 - needs: [ prepare ] 55 + needs: [prepare] 56 56 strategy: 57 57 fail-fast: false 58 58 matrix: ··· 163 163 compare: 164 164 name: Comparison 165 165 runs-on: ubuntu-24.04-arm 166 - needs: [ prepare, outpaths ] 166 + needs: [prepare, outpaths] 167 167 if: needs.prepare.outputs.targetSha 168 168 permissions: 169 169 issues: write # needed to create *new* labels ··· 294 294 # No dependency on "compare", so that it can start at the same time. 295 295 # We only wait for the "comparison" artifact to be available, which makes the start-to-finish time 296 296 # for the eval workflow considerably faster. 297 - needs: [ prepare, outpaths ] 297 + needs: [prepare, outpaths] 298 298 if: needs.prepare.outputs.targetSha 299 299 uses: ./.github/workflows/reviewers.yml 300 300 secrets: inherit
+1 -1
.github/workflows/periodic-merge-24h.yml
··· 11 11 schedule: 12 12 # * is a special character in YAML so you have to quote this string 13 13 # Merge every 24 hours 14 - - cron: '0 0 * * *' 14 + - cron: '0 0 * * *' 15 15 workflow_dispatch: 16 16 17 17 permissions: {}
+1 -1
.github/workflows/periodic-merge-6h.yml
··· 11 11 schedule: 12 12 # * is a special character in YAML so you have to quote this string 13 13 # Merge every 6 hours 14 - - cron: '0 */6 * * *' 14 + - cron: '0 */6 * * *' 15 15 workflow_dispatch: 16 16 17 17 permissions: {}
-1
pkgs/by-name/an/antora/test/minimal_working_example/antora.yml
··· 1 - --- 2 1 name: Antora 3 2 4 3 nav:
-1
pkgs/by-name/tf/tfk8s/tests/sample1/input.yaml
··· 1 - --- 2 1 apiVersion: v1 3 2 kind: ConfigMap 4 3 metadata:
+30 -30
pkgs/development/julia-modules/tests/julia-top-n/package.yaml
··· 1 - name: julia-top-n 2 - version: 0.1.0.0 3 - license: BSD-3-Clause 4 - author: "Tom McLaughlin" 5 - maintainer: "tom@codedown.io" 1 + name: julia-top-n 2 + version: 0.1.0.0 3 + license: BSD-3-Clause 4 + author: "Tom McLaughlin" 5 + maintainer: "tom@codedown.io" 6 6 7 7 dependencies: 8 - - aeson 9 - - base >= 4.7 && < 5 10 - - bytestring 11 - - filepath 12 - - optparse-applicative 13 - - sandwich 14 - - string-interpolate 15 - - text 16 - - unliftio 17 - - vector 18 - - yaml 8 + - aeson 9 + - base >= 4.7 && < 5 10 + - bytestring 11 + - filepath 12 + - optparse-applicative 13 + - sandwich 14 + - string-interpolate 15 + - text 16 + - unliftio 17 + - vector 18 + - yaml 19 19 20 20 ghc-options: 21 - - -Wall 22 - - -Wcompat 23 - - -Widentities 24 - - -Wincomplete-record-updates 25 - - -Wincomplete-uni-patterns 26 - - -Wmissing-export-lists 27 - - -Wmissing-home-modules 28 - - -Wpartial-fields 29 - - -Wredundant-constraints 21 + - -Wall 22 + - -Wcompat 23 + - -Widentities 24 + - -Wincomplete-record-updates 25 + - -Wincomplete-uni-patterns 26 + - -Wmissing-export-lists 27 + - -Wmissing-home-modules 28 + - -Wpartial-fields 29 + - -Wredundant-constraints 30 30 31 31 executables: 32 32 julia-top-n-exe: 33 - main: Main.hs 34 - source-dirs: app 33 + main: Main.hs 34 + source-dirs: app 35 35 ghc-options: 36 - - -threaded 37 - - -rtsopts 38 - - -with-rtsopts=-N 36 + - -threaded 37 + - -rtsopts 38 + - -with-rtsopts=-N
+2 -2
pkgs/development/julia-modules/tests/julia-top-n/stack.yaml
··· 3 3 url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml 4 4 5 5 packages: 6 - - . 6 + - . 7 7 8 8 nix: 9 9 pure: false 10 10 packages: 11 - - zlib 11 + - zlib