treewide: run yamlfmt

This applies changes from running yamlfmt with the `retain_line_breaks`
formatting option enabled.
This commit is contained in:
Wolfgang Walther 2025-06-12 14:46:42 +02:00
parent ec695dddc9
commit 66981875e8
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
11 changed files with 460 additions and 462 deletions

View File

@ -4,4 +4,4 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
labels: [ ] labels: []

View File

@ -3,21 +3,21 @@
"4.workflow: package set update": "4.workflow: package set update":
- any: - any:
- head-branch: - head-branch:
- '-updates$' - '-updates$'
"4.workflow: staging": "4.workflow: staging":
- any: - any:
- head-branch: - head-branch:
- '^staging-next$' - '^staging-next$'
- '^staging-next-' - '^staging-next-'
"6.topic: haskell": "6.topic: haskell":
- any: - any:
- head-branch: - head-branch:
- '^haskell-updates$' - '^haskell-updates$'
"6.topic: python": "6.topic: python":
- any: - any:
- head-branch: - head-branch:
- '^python-updates$' - '^python-updates$'

View File

@ -5,35 +5,35 @@
"6.topic: policy discussion": "6.topic: policy discussion":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- .github/**/* - .github/**/*
- CONTRIBUTING.md - CONTRIBUTING.md
- pkgs/README.md - pkgs/README.md
- nixos/README.md - nixos/README.md
- maintainers/README.md - maintainers/README.md
- lib/README.md - lib/README.md
- doc/README.md - doc/README.md
"8.has: documentation": "8.has: documentation":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/**/* - doc/**/*
- nixos/doc/**/* - nixos/doc/**/*
"backport release-24.11": "backport release-24.11":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- .github/workflows/* - .github/workflows/*
- ci/**/*.* - ci/**/*.*
"backport release-25.05": "backport release-25.05":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- .github/workflows/* - .github/workflows/*
- ci/**/*.* - ci/**/*.*
# keep-sorted end # keep-sorted end

784
.github/labeler.yml vendored
View File

@ -5,599 +5,599 @@
"4.workflow: backport": "4.workflow: backport":
- any: - any:
- base-branch: - base-branch:
- '^release-' - '^release-'
- '^staging-\d' - '^staging-\d'
- '^staging-next-\d' - '^staging-next-\d'
# NOTE: bsd, darwin and cross-compilation labels are handled by ofborg # NOTE: bsd, darwin and cross-compilation labels are handled by ofborg
"6.topic: agda": "6.topic: agda":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/agda.section.md - doc/languages-frameworks/agda.section.md
- nixos/tests/agda.nix - nixos/tests/agda.nix
- pkgs/build-support/agda/**/* - pkgs/build-support/agda/**/*
- pkgs/development/libraries/agda/**/* - pkgs/development/libraries/agda/**/*
- pkgs/top-level/agda-packages.nix - pkgs/top-level/agda-packages.nix
"6.topic: cinnamon": "6.topic: cinnamon":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/x11/desktop-managers/cinnamon.nix - nixos/modules/services/x11/desktop-managers/cinnamon.nix
- nixos/tests/cinnamon.nix - nixos/tests/cinnamon.nix
- nixos/tests/cinnamon-wayland.nix - nixos/tests/cinnamon-wayland.nix
- pkgs/by-name/ci/cinnamon-*/**/* - pkgs/by-name/ci/cinnamon-*/**/*
- pkgs/by-name/cj/cjs/**/* - pkgs/by-name/cj/cjs/**/*
- pkgs/by-name/mu/muffin/**/* - pkgs/by-name/mu/muffin/**/*
- pkgs/by-name/ne/nemo/**/* - pkgs/by-name/ne/nemo/**/*
- pkgs/by-name/ne/nemo-*/**/* - pkgs/by-name/ne/nemo-*/**/*
"6.topic: continuous integration": "6.topic: continuous integration":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- .github/**/* - .github/**/*
- ci/**/*.* - ci/**/*.*
"6.topic: coq": "6.topic: coq":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/applications/science/logic/coq/**/* - pkgs/applications/science/logic/coq/**/*
- pkgs/development/coq-modules/**/* - pkgs/development/coq-modules/**/*
- pkgs/top-level/coq-packages.nix - pkgs/top-level/coq-packages.nix
"6.topic: COSMIC": "6.topic: COSMIC":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/desktop-managers/cosmic.nix - nixos/modules/services/desktop-managers/cosmic.nix
- nixos/modules/services/display-managers/cosmic-greeter.nix - nixos/modules/services/display-managers/cosmic-greeter.nix
- nixos/tests/cosmic.nix - nixos/tests/cosmic.nix
- pkgs/by-name/co/cosmic-*/**/* - pkgs/by-name/co/cosmic-*/**/*
- pkgs/by-name/xd/xdg-desktop-portal-cosmic/* - pkgs/by-name/xd/xdg-desktop-portal-cosmic/*
"6.topic: crystal": "6.topic: crystal":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/compilers/crystal/**/* - pkgs/development/compilers/crystal/**/*
"6.topic: cuda": "6.topic: cuda":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/cuda-modules/**/* - pkgs/development/cuda-modules/**/*
- pkgs/top-level/cuda-packages.nix - pkgs/top-level/cuda-packages.nix
"6.topic: deepin": "6.topic: deepin":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/desktops/deepin/**/* - nixos/modules/services/desktops/deepin/**/*
- pkgs/desktops/deepin/**/* - pkgs/desktops/deepin/**/*
"6.topic: docker tools": "6.topic: docker tools":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/applications/virtualization/docker/**/* - pkgs/applications/virtualization/docker/**/*
"6.topic: dotnet": "6.topic: dotnet":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/dotnet.section.md - doc/languages-frameworks/dotnet.section.md
- maintainers/scripts/update-dotnet-lockfiles.nix - maintainers/scripts/update-dotnet-lockfiles.nix
- pkgs/build-support/dotnet/**/* - pkgs/build-support/dotnet/**/*
- pkgs/development/compilers/dotnet/**/* - pkgs/development/compilers/dotnet/**/*
- pkgs/test/dotnet/**/* - pkgs/test/dotnet/**/*
- pkgs/top-level/dotnet-packages.nix - pkgs/top-level/dotnet-packages.nix
"6.topic: emacs": "6.topic: emacs":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/editors/emacs.nix - nixos/modules/services/editors/emacs.nix
- nixos/modules/services/editors/emacs.xml - nixos/modules/services/editors/emacs.xml
- nixos/tests/emacs-daemon.nix - nixos/tests/emacs-daemon.nix
- pkgs/applications/editors/emacs/build-support/**/* - pkgs/applications/editors/emacs/build-support/**/*
- pkgs/applications/editors/emacs/elisp-packages/**/* - pkgs/applications/editors/emacs/elisp-packages/**/*
- pkgs/applications/editors/emacs/**/* - pkgs/applications/editors/emacs/**/*
- pkgs/top-level/emacs-packages.nix - pkgs/top-level/emacs-packages.nix
"6.topic: Enlightenment DE": "6.topic: Enlightenment DE":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/x11/desktop-managers/enlightenment.nix - nixos/modules/services/x11/desktop-managers/enlightenment.nix
- pkgs/desktops/enlightenment/**/* - pkgs/desktops/enlightenment/**/*
- pkgs/development/python-modules/python-efl/* - pkgs/development/python-modules/python-efl/*
"6.topic: erlang": "6.topic: erlang":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/beam.section.md - doc/languages-frameworks/beam.section.md
- pkgs/development/beam-modules/**/* - pkgs/development/beam-modules/**/*
- pkgs/development/interpreters/elixir/**/* - pkgs/development/interpreters/elixir/**/*
- pkgs/development/interpreters/erlang/**/* - pkgs/development/interpreters/erlang/**/*
- pkgs/development/tools/build-managers/rebar/**/* - pkgs/development/tools/build-managers/rebar/**/*
- pkgs/development/tools/build-managers/rebar3/**/* - pkgs/development/tools/build-managers/rebar3/**/*
- pkgs/development/tools/erlang/**/* - pkgs/development/tools/erlang/**/*
- pkgs/top-level/beam-packages.nix - pkgs/top-level/beam-packages.nix
"6.topic: fetch": "6.topic: fetch":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/build-support/fetch*/**/* - pkgs/build-support/fetch*/**/*
"6.topic: flakes": "6.topic: flakes":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- '**/flake.nix' - '**/flake.nix'
- lib/systems/flake-systems.nix - lib/systems/flake-systems.nix
- nixos/modules/config/nix-flakes.nix - nixos/modules/config/nix-flakes.nix
"6.topic: flutter": "6.topic: flutter":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/build-support/flutter/*.nix - pkgs/build-support/flutter/*.nix
- pkgs/development/compilers/flutter/**/*.nix - pkgs/development/compilers/flutter/**/*.nix
"6.topic: games": "6.topic: games":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/games/**/* - pkgs/games/**/*
"6.topic: GNOME": "6.topic: GNOME":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/gnome.section.md - doc/languages-frameworks/gnome.section.md
- nixos/modules/services/desktops/gnome/**/* - nixos/modules/services/desktops/gnome/**/*
- nixos/modules/services/desktop-managers/gnome.nix - nixos/modules/services/desktop-managers/gnome.nix
- nixos/tests/gnome-xorg.nix - nixos/tests/gnome-xorg.nix
- nixos/tests/gnome.nix - nixos/tests/gnome.nix
- pkgs/desktops/gnome/**/* - pkgs/desktops/gnome/**/*
"6.topic: golang": "6.topic: golang":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/go.section.md - doc/languages-frameworks/go.section.md
- pkgs/build-support/go/**/* - pkgs/build-support/go/**/*
- pkgs/development/compilers/go/**/* - pkgs/development/compilers/go/**/*
"6.topic: hardware": "6.topic: hardware":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/hardware/**/* - nixos/modules/hardware/**/*
"6.topic: haskell": "6.topic: haskell":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/haskell.section.md - doc/languages-frameworks/haskell.section.md
- maintainers/scripts/haskell/**/* - maintainers/scripts/haskell/**/*
- pkgs/development/compilers/ghc/**/* - pkgs/development/compilers/ghc/**/*
- pkgs/development/haskell-modules/**/* - pkgs/development/haskell-modules/**/*
- pkgs/development/tools/haskell/**/* - pkgs/development/tools/haskell/**/*
- pkgs/test/haskell/**/* - pkgs/test/haskell/**/*
- pkgs/top-level/haskell-packages.nix - pkgs/top-level/haskell-packages.nix
- pkgs/top-level/release-haskell.nix - pkgs/top-level/release-haskell.nix
"6.topic: java": "6.topic: java":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
# Distributions # Distributions
- pkgs/development/compilers/adoptopenjdk-icedtea-web/**/* - pkgs/development/compilers/adoptopenjdk-icedtea-web/**/*
- pkgs/development/compilers/corretto/**/* - pkgs/development/compilers/corretto/**/*
- pkgs/development/compilers/graalvm/**/* - pkgs/development/compilers/graalvm/**/*
- pkgs/development/compilers/openjdk/**/* - pkgs/development/compilers/openjdk/**/*
- pkgs/by-name/op/openjfx/**/* - pkgs/by-name/op/openjfx/**/*
- pkgs/development/compilers/semeru-bin/**/* - pkgs/development/compilers/semeru-bin/**/*
- pkgs/development/compilers/temurin-bin/**/* - pkgs/development/compilers/temurin-bin/**/*
- pkgs/development/compilers/zulu/**/* - pkgs/development/compilers/zulu/**/*
# Documentation # Documentation
- doc/languages-frameworks/java.section.md - doc/languages-frameworks/java.section.md
# Gradle # Gradle
- doc/languages-frameworks/gradle.section.md - doc/languages-frameworks/gradle.section.md
- pkgs/development/tools/build-managers/gradle/**/* - pkgs/development/tools/build-managers/gradle/**/*
- pkgs/by-name/gr/gradle-completion/**/* - pkgs/by-name/gr/gradle-completion/**/*
# Maven # Maven
- pkgs/by-name/ma/maven/**/* - pkgs/by-name/ma/maven/**/*
- doc/languages-frameworks/maven.section.md - doc/languages-frameworks/maven.section.md
# Ant # Ant
- pkgs/by-name/an/ant/**/* - pkgs/by-name/an/ant/**/*
# javaPackages attrset # javaPackages attrset
- pkgs/development/java-modules/**/* - pkgs/development/java-modules/**/*
- pkgs/top-level/java-packages.nix - pkgs/top-level/java-packages.nix
# Maintainer tooling # Maintainer tooling
- pkgs/by-name/ni/nixpkgs-openjdk-updater/**/* - pkgs/by-name/ni/nixpkgs-openjdk-updater/**/*
# Misc # Misc
- nixos/modules/programs/java.nix - nixos/modules/programs/java.nix
"6.topic: jitsi": "6.topic: jitsi":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/networking/jitsi-videobridge.nix - nixos/modules/services/networking/jitsi-videobridge.nix
- nixos/modules/services/web-apps/jitsi-meet.nix - nixos/modules/services/web-apps/jitsi-meet.nix
- pkgs/servers/web-apps/jitsi-meet/**/* - pkgs/servers/web-apps/jitsi-meet/**/*
- pkgs/servers/jitsi-videobridge/**/* - pkgs/servers/jitsi-videobridge/**/*
- pkgs/applications/networking/instant-messengers/jitsi/**/* - pkgs/applications/networking/instant-messengers/jitsi/**/*
"6.topic: julia": "6.topic: julia":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/julia.section.md - doc/languages-frameworks/julia.section.md
- pkgs/development/compilers/julia/**/* - pkgs/development/compilers/julia/**/*
- pkgs/development/julia-modules/**/* - pkgs/development/julia-modules/**/*
"6.topic: jupyter": "6.topic: jupyter":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/python-modules/jupyter*/**/* - pkgs/development/python-modules/jupyter*/**/*
- pkgs/development/python-modules/mkdocs-jupyter/* - pkgs/development/python-modules/mkdocs-jupyter/*
- nixos/modules/services/development/jupyter/**/* - nixos/modules/services/development/jupyter/**/*
- pkgs/applications/editors/jupyter-kernels/**/* - pkgs/applications/editors/jupyter-kernels/**/*
- pkgs/applications/editors/jupyter/**/* - pkgs/applications/editors/jupyter/**/*
"6.topic: k3s": "6.topic: k3s":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/cluster/k3s/**/* - nixos/modules/services/cluster/k3s/**/*
- nixos/tests/k3s/**/* - nixos/tests/k3s/**/*
- pkgs/applications/networking/cluster/k3s/**/* - pkgs/applications/networking/cluster/k3s/**/*
"6.topic: kernel": "6.topic: kernel":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/build-support/kernel/**/* - pkgs/build-support/kernel/**/*
- pkgs/os-specific/linux/kernel/**/* - pkgs/os-specific/linux/kernel/**/*
"6.topic: lib": "6.topic: lib":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- lib/** - lib/**
"6.topic: llvm/clang": "6.topic: llvm/clang":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/compilers/llvm/**/* - pkgs/development/compilers/llvm/**/*
"6.topic: lua": "6.topic: lua":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/tools/misc/luarocks/* - pkgs/development/tools/misc/luarocks/*
- pkgs/development/interpreters/lua-5/**/* - pkgs/development/interpreters/lua-5/**/*
- pkgs/development/interpreters/luajit/**/* - pkgs/development/interpreters/luajit/**/*
- pkgs/development/lua-modules/**/* - pkgs/development/lua-modules/**/*
- pkgs/top-level/lua-packages.nix - pkgs/top-level/lua-packages.nix
"6.topic: Lumina DE": "6.topic: Lumina DE":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/x11/desktop-managers/lumina.nix - nixos/modules/services/x11/desktop-managers/lumina.nix
- pkgs/desktops/lumina/**/* - pkgs/desktops/lumina/**/*
"6.topic: LXQt": "6.topic: LXQt":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/x11/desktop-managers/lxqt.nix - nixos/modules/services/x11/desktop-managers/lxqt.nix
- pkgs/desktops/lxqt/**/* - pkgs/desktops/lxqt/**/*
"6.topic: mate": "6.topic: mate":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/x11/desktop-managers/mate.nix - nixos/modules/services/x11/desktop-managers/mate.nix
- nixos/tests/mate.nix - nixos/tests/mate.nix
- pkgs/desktops/mate/**/* - pkgs/desktops/mate/**/*
"6.topic: module system": "6.topic: module system":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- lib/modules.nix - lib/modules.nix
- lib/types.nix - lib/types.nix
- lib/options.nix - lib/options.nix
- lib/tests/modules.sh - lib/tests/modules.sh
- lib/tests/modules/** - lib/tests/modules/**
"6.topic: musl": "6.topic: musl":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/os-specific/linux/musl/**/* - pkgs/os-specific/linux/musl/**/*
"6.topic: nim": "6.topic: nim":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/nim.section.md - doc/languages-frameworks/nim.section.md
- pkgs/build-support/build-nim-package.nix - pkgs/build-support/build-nim-package.nix
- pkgs/build-support/build-nim-sbom.nix - pkgs/build-support/build-nim-sbom.nix
- pkgs/by-name/ni/nim* - pkgs/by-name/ni/nim*
- pkgs/top-level/nim-overrides.nix - pkgs/top-level/nim-overrides.nix
"6.topic: nixos": "6.topic: nixos":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/**/* - nixos/**/*
- pkgs/by-name/sw/switch-to-configuration-ng/**/* - pkgs/by-name/sw/switch-to-configuration-ng/**/*
- pkgs/by-name/ni/nixos-rebuild-ng/**/* - pkgs/by-name/ni/nixos-rebuild-ng/**/*
- pkgs/os-specific/linux/nixos-rebuild/**/* - pkgs/os-specific/linux/nixos-rebuild/**/*
"6.topic: nixos-container": "6.topic: nixos-container":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/virtualisation/nixos-containers.nix - nixos/modules/virtualisation/nixos-containers.nix
- pkgs/tools/virtualization/nixos-container/**/* - pkgs/tools/virtualization/nixos-container/**/*
"6.topic: nodejs": "6.topic: nodejs":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/javascript.section.md - doc/languages-frameworks/javascript.section.md
- pkgs/build-support/node/**/* - pkgs/build-support/node/**/*
- pkgs/development/node-packages/**/* - pkgs/development/node-packages/**/*
- pkgs/development/tools/yarn/* - pkgs/development/tools/yarn/*
- pkgs/development/tools/yarn2nix-moretea/**/* - pkgs/development/tools/yarn2nix-moretea/**/*
- pkgs/development/tools/pnpm/**/* - pkgs/development/tools/pnpm/**/*
- pkgs/development/web/nodejs/* - pkgs/development/web/nodejs/*
"6.topic: nvidia": "6.topic: nvidia":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/hardware/video/nvidia.nix - nixos/modules/hardware/video/nvidia.nix
- nixos/modules/services/hardware/nvidia-container-toolkit/**/* - nixos/modules/services/hardware/nvidia-container-toolkit/**/*
- nixos/modules/services/hardware/nvidia-optimus.nix - nixos/modules/services/hardware/nvidia-optimus.nix
- pkgs/os-specific/linux/nvidia-x11/**/* - pkgs/os-specific/linux/nvidia-x11/**/*
"6.topic: ocaml": "6.topic: ocaml":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/ocaml.section.md - doc/languages-frameworks/ocaml.section.md
- pkgs/development/compilers/ocaml/**/* - pkgs/development/compilers/ocaml/**/*
- pkgs/development/compilers/reason/**/* - pkgs/development/compilers/reason/**/*
- pkgs/development/ocaml-modules/**/* - pkgs/development/ocaml-modules/**/*
- pkgs/development/tools/ocaml/**/* - pkgs/development/tools/ocaml/**/*
- pkgs/top-level/ocaml-packages.nix - pkgs/top-level/ocaml-packages.nix
"6.topic: pantheon": "6.topic: pantheon":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/desktops/pantheon/**/* - nixos/modules/services/desktops/pantheon/**/*
- nixos/modules/services/x11/desktop-managers/pantheon.nix - nixos/modules/services/x11/desktop-managers/pantheon.nix
- nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix - nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
- nixos/tests/pantheon.nix - nixos/tests/pantheon.nix
- pkgs/desktops/pantheon/**/* - pkgs/desktops/pantheon/**/*
"6.topic: php": "6.topic: php":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/php.section.md - doc/languages-frameworks/php.section.md
- nixos/tests/php/**/* - nixos/tests/php/**/*
- pkgs/build-support/php/**/* - pkgs/build-support/php/**/*
- pkgs/development/interpreters/php/**/* - pkgs/development/interpreters/php/**/*
- pkgs/development/php-packages/**/* - pkgs/development/php-packages/**/*
- pkgs/test/php/default.nix - pkgs/test/php/default.nix
- pkgs/top-level/php-packages.nix - pkgs/top-level/php-packages.nix
"6.topic: printing": "6.topic: printing":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/services/printing/cupsd.nix - nixos/modules/services/printing/cupsd.nix
- pkgs/misc/cups/**/* - pkgs/misc/cups/**/*
"6.topic: python": "6.topic: python":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/python.section.md - doc/languages-frameworks/python.section.md
- pkgs/development/interpreters/python/**/* - pkgs/development/interpreters/python/**/*
- pkgs/development/python-modules/**/* - pkgs/development/python-modules/**/*
- pkgs/top-level/python-packages.nix - pkgs/top-level/python-packages.nix
"6.topic: qt/kde": "6.topic: qt/kde":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/qt.section.md - doc/languages-frameworks/qt.section.md
- nixos/modules/services/x11/desktop-managers/plasma5.nix - nixos/modules/services/x11/desktop-managers/plasma5.nix
- nixos/tests/plasma5.nix - nixos/tests/plasma5.nix
- pkgs/applications/kde/**/* - pkgs/applications/kde/**/*
- pkgs/desktops/plasma-5/**/* - pkgs/desktops/plasma-5/**/*
- pkgs/development/libraries/kde-frameworks/**/* - pkgs/development/libraries/kde-frameworks/**/*
- pkgs/development/libraries/qt-5/**/* - pkgs/development/libraries/qt-5/**/*
"6.topic: R": "6.topic: R":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/applications/science/math/R/**/* - pkgs/applications/science/math/R/**/*
- pkgs/development/r-modules/**/* - pkgs/development/r-modules/**/*
"6.topic: rocm": "6.topic: rocm":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/rocm-modules/**/* - pkgs/development/rocm-modules/**/*
"6.topic: ruby": "6.topic: ruby":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/ruby.section.md - doc/languages-frameworks/ruby.section.md
- pkgs/development/interpreters/ruby/**/* - pkgs/development/interpreters/ruby/**/*
- pkgs/development/ruby-modules/**/* - pkgs/development/ruby-modules/**/*
- pkgs/top-level/ruby-packages.nix - pkgs/top-level/ruby-packages.nix
"6.topic: rust": "6.topic: rust":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/rust.section.md - doc/languages-frameworks/rust.section.md
- pkgs/build-support/rust/**/* - pkgs/build-support/rust/**/*
- pkgs/development/compilers/rust/**/* - pkgs/development/compilers/rust/**/*
"6.topic: stdenv": "6.topic: stdenv":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/stdenv/**/* - pkgs/stdenv/**/*
"6.topic: steam": "6.topic: steam":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/games/steam/**/* - pkgs/games/steam/**/*
"6.topic: systemd": "6.topic: systemd":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/os-specific/linux/systemd/**/* - pkgs/os-specific/linux/systemd/**/*
- nixos/modules/system/boot/systemd*/**/* - nixos/modules/system/boot/systemd*/**/*
"6.topic: tcl": "6.topic: tcl":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/tcl.section.md - doc/languages-frameworks/tcl.section.md
- pkgs/development/interpreters/tcl/* - pkgs/development/interpreters/tcl/*
- pkgs/development/tcl-modules/**/* - pkgs/development/tcl-modules/**/*
- pkgs/top-level/tcl-packages.nix - pkgs/top-level/tcl-packages.nix
"6.topic: teams": "6.topic: teams":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- maintainers/team-list.nix - maintainers/team-list.nix
"6.topic: testing": "6.topic: testing":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
# NOTE: Let's keep the scope limited to test frameworks that are # NOTE: Let's keep the scope limited to test frameworks that are
# *developed in this repo*; # *developed in this repo*;
# - not individual tests # - not individual tests
# - not packages for test frameworks # - not packages for test frameworks
- pkgs/build-support/testers/** - pkgs/build-support/testers/**
- nixos/lib/testing/** - nixos/lib/testing/**
- nixos/lib/test-driver/** - nixos/lib/test-driver/**
- nixos/tests/nixos-test-driver/** - nixos/tests/nixos-test-driver/**
- nixos/lib/testing-python.nix # legacy - nixos/lib/testing-python.nix # legacy
- nixos/tests/make-test-python.nix # legacy - nixos/tests/make-test-python.nix # legacy
# lib/debug.nix has a test framework (runTests) but it's not the main focus # lib/debug.nix has a test framework (runTests) but it's not the main focus
"6.topic: TeX": "6.topic: TeX":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/texlive.section.md - doc/languages-frameworks/texlive.section.md
- pkgs/test/texlive/** - pkgs/test/texlive/**
- pkgs/tools/typesetting/tex/**/* - pkgs/tools/typesetting/tex/**/*
"6.topic: updaters": "6.topic: updaters":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/common-updater/**/* - pkgs/common-updater/**/*
"6.topic: vim": "6.topic: vim":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- doc/languages-frameworks/vim.section.md - doc/languages-frameworks/vim.section.md
- pkgs/applications/editors/vim/**/* - pkgs/applications/editors/vim/**/*
- pkgs/applications/editors/vim/plugins/**/* - pkgs/applications/editors/vim/plugins/**/*
- nixos/modules/programs/neovim.nix - nixos/modules/programs/neovim.nix
- pkgs/applications/editors/neovim/**/* - pkgs/applications/editors/neovim/**/*
"6.topic: vscode": "6.topic: vscode":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/applications/editors/vscode/**/* - pkgs/applications/editors/vscode/**/*
"6.topic: windows": "6.topic: windows":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/os-specific/windows/**/* - pkgs/os-specific/windows/**/*
"6.topic: xen-project": "6.topic: xen-project":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/virtualisation/xen* - nixos/modules/virtualisation/xen*
- pkgs/by-name/xe/xen/* - pkgs/by-name/xe/xen/*
- pkgs/by-name/qe/qemu_xen/* - pkgs/by-name/qe/qemu_xen/*
- pkgs/by-name/xe/xen-guest-agent/* - pkgs/by-name/xe/xen-guest-agent/*
- pkgs/by-name/xt/xtf/* - pkgs/by-name/xt/xtf/*
- pkgs/build-support/xen/* - pkgs/build-support/xen/*
- pkgs/development/ocaml-modules/xen*/* - pkgs/development/ocaml-modules/xen*/*
- pkgs/development/ocaml-modules/vchan/* - pkgs/development/ocaml-modules/vchan/*
"6.topic: xfce": "6.topic: xfce":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/doc/manual/configuration/xfce.xml - nixos/doc/manual/configuration/xfce.xml
- nixos/modules/services/x11/desktop-managers/xfce.nix - nixos/modules/services/x11/desktop-managers/xfce.nix
- nixos/tests/xfce.nix - nixos/tests/xfce.nix
- pkgs/desktops/xfce/**/* - pkgs/desktops/xfce/**/*
"6.topic: zig": "6.topic: zig":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- pkgs/development/compilers/zig/**/* - pkgs/development/compilers/zig/**/*
- doc/hooks/zig.section.md - doc/hooks/zig.section.md
"8.has: changelog": "8.has: changelog":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/doc/manual/release-notes/**/* - nixos/doc/manual/release-notes/**/*
"8.has: maintainer-list (update)": "8.has: maintainer-list (update)":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- maintainers/maintainer-list.nix - maintainers/maintainer-list.nix
"8.has: module (update)": "8.has: module (update)":
- any: - any:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- nixos/modules/**/* - nixos/modules/**/*
# keep-sorted end # keep-sorted end

View File

@ -52,7 +52,7 @@ jobs:
outpaths: outpaths:
name: Outpaths name: Outpaths
runs-on: ubuntu-24.04-arm runs-on: ubuntu-24.04-arm
needs: [ prepare ] needs: [prepare]
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -163,7 +163,7 @@ jobs:
compare: compare:
name: Comparison name: Comparison
runs-on: ubuntu-24.04-arm runs-on: ubuntu-24.04-arm
needs: [ prepare, outpaths ] needs: [prepare, outpaths]
if: needs.prepare.outputs.targetSha if: needs.prepare.outputs.targetSha
permissions: permissions:
issues: write # needed to create *new* labels issues: write # needed to create *new* labels
@ -294,7 +294,7 @@ jobs:
# No dependency on "compare", so that it can start at the same time. # No dependency on "compare", so that it can start at the same time.
# We only wait for the "comparison" artifact to be available, which makes the start-to-finish time # We only wait for the "comparison" artifact to be available, which makes the start-to-finish time
# for the eval workflow considerably faster. # for the eval workflow considerably faster.
needs: [ prepare, outpaths ] needs: [prepare, outpaths]
if: needs.prepare.outputs.targetSha if: needs.prepare.outputs.targetSha
uses: ./.github/workflows/reviewers.yml uses: ./.github/workflows/reviewers.yml
secrets: inherit secrets: inherit

View File

@ -11,7 +11,7 @@ on:
schedule: schedule:
# * is a special character in YAML so you have to quote this string # * is a special character in YAML so you have to quote this string
# Merge every 24 hours # Merge every 24 hours
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch: workflow_dispatch:
permissions: {} permissions: {}

View File

@ -11,7 +11,7 @@ on:
schedule: schedule:
# * is a special character in YAML so you have to quote this string # * is a special character in YAML so you have to quote this string
# Merge every 6 hours # Merge every 6 hours
- cron: '0 */6 * * *' - cron: '0 */6 * * *'
workflow_dispatch: workflow_dispatch:
permissions: {} permissions: {}

View File

@ -1,4 +1,3 @@
---
name: Antora name: Antora
nav: nav:

View File

@ -1,4 +1,3 @@
---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:

View File

@ -1,38 +1,38 @@
name: julia-top-n name: julia-top-n
version: 0.1.0.0 version: 0.1.0.0
license: BSD-3-Clause license: BSD-3-Clause
author: "Tom McLaughlin" author: "Tom McLaughlin"
maintainer: "tom@codedown.io" maintainer: "tom@codedown.io"
dependencies: dependencies:
- aeson - aeson
- base >= 4.7 && < 5 - base >= 4.7 && < 5
- bytestring - bytestring
- filepath - filepath
- optparse-applicative - optparse-applicative
- sandwich - sandwich
- string-interpolate - string-interpolate
- text - text
- unliftio - unliftio
- vector - vector
- yaml - yaml
ghc-options: ghc-options:
- -Wall - -Wall
- -Wcompat - -Wcompat
- -Widentities - -Widentities
- -Wincomplete-record-updates - -Wincomplete-record-updates
- -Wincomplete-uni-patterns - -Wincomplete-uni-patterns
- -Wmissing-export-lists - -Wmissing-export-lists
- -Wmissing-home-modules - -Wmissing-home-modules
- -Wpartial-fields - -Wpartial-fields
- -Wredundant-constraints - -Wredundant-constraints
executables: executables:
julia-top-n-exe: julia-top-n-exe:
main: Main.hs main: Main.hs
source-dirs: app source-dirs: app
ghc-options: ghc-options:
- -threaded - -threaded
- -rtsopts - -rtsopts
- -with-rtsopts=-N - -with-rtsopts=-N

View File

@ -3,9 +3,9 @@ resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml
packages: packages:
- . - .
nix: nix:
pure: false pure: false
packages: packages:
- zlib - zlib