+24
maintainers/maintainer-list.nix
+24
maintainers/maintainer-list.nix
············
+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
···- [infnoise](https://github.com/leetronics/infnoise), a hardware True Random Number Generator dongle.+- [kthxbye](https://github.com/prymitive/kthxbye), an alert acknowledgement management daemon for Prometheus Alertmanager. Available as [services.kthxbye](options.html#opt-services.kthxbye.enable)- [kanata](https://github.com/jtroo/kanata), a tool to improve keyboard comfort and usability with advanced customization.
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+166
nixos/modules/services/monitoring/kthxbye.nix
+166
nixos/modules/services/monitoring/kthxbye.nix
···+Alertmanager request timeout duration in the [time.Duration](https://pkg.go.dev/time#ParseDuration) format.+DURATION should be provided in the [time.Duration](https://pkg.go.dev/time#ParseDuration) format.+DURATION should be provided in the [time.Duration](https://pkg.go.dev/time#ParseDuration) format.+Silence check interval duration in the [time.Duration](https://pkg.go.dev/time#ParseDuration) format.+Duration should be provided in the [time.Duration](https://pkg.go.dev/time#ParseDuration) format.
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+110
nixos/tests/kthxbye.nix
+110
nixos/tests/kthxbye.nix
···+server.succeed('amtool --alertmanager.url "http://localhost:9093" silence add alertname="node_up" -a "nixosTest" -d "20s" -c "ACK! this server is fine!!"')
+62
pkgs/applications/audio/fire/0001-Remove-FetchContent-usage.patch
+62
pkgs/applications/audio/fire/0001-Remove-FetchContent-usage.patch
···+# If you are building a VST2 or AAX plugin, CMake needs to be told where to find these SDKs on your+@@ -199,4 +182,4 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/test PREFIX "" FILES ${TestFiles})
+117
pkgs/applications/audio/fire/default.nix
+117
pkgs/applications/audio/fire/default.nix
···+# FetchContent replacement, check CMakeLists.txt for requested versions (Nixpkgs' Catch2 works)+vst3Dir = "${placeholder "out"}/${if stdenv.hostPlatform.isDarwin then "Library/Audio/Plug-Ins/VST3" else "lib/vst3"}";+NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-isystem ${CoreServices}/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Versions/Current/Headers/";
+2
-2
pkgs/applications/audio/miniplayer/default.nix
+2
-2
pkgs/applications/audio/miniplayer/default.nix
···
+2
-2
pkgs/applications/audio/tidal-hifi/default.nix
+2
-2
pkgs/applications/audio/tidal-hifi/default.nix
···url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${version}/tidal-hifi_${version}_amd64.deb";
+12
pkgs/applications/editors/vim/plugins/generated.nix
+12
pkgs/applications/editors/vim/plugins/generated.nix
···
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
···
+131
-34
pkgs/applications/emulators/dolphin-emu/master.nix
+131
-34
pkgs/applications/emulators/dolphin-emu/master.nix
······+# Bundles the application folder into a standalone executable, so we cannot devendor libraries+# Needs xcode so compilation fails with it enabled. We would want the version to be fixed anyways.···
+18
pkgs/applications/emulators/dolphin-emu/minizip-external-missing-include.patch
+18
pkgs/applications/emulators/dolphin-emu/minizip-external-missing-include.patch
···
+2
-6
pkgs/applications/emulators/pcsx2/default.nix
+2
-6
pkgs/applications/emulators/pcsx2/default.nix
·········
+39
pkgs/applications/misc/mangal/default.nix
+39
pkgs/applications/misc/mangal/default.nix
···+"A fancy CLI app written in Go which scrapes, downloads and packs manga into different formats";
+2
-2
pkgs/applications/misc/pdfarranger/default.nix
+2
-2
pkgs/applications/misc/pdfarranger/default.nix
···
+3
-7
pkgs/applications/misc/streamdeck-ui/default.nix
+3
-7
pkgs/applications/misc/streamdeck-ui/default.nix
······
+4
-4
pkgs/applications/networking/instant-messengers/fractal-next/default.nix
+4
-4
pkgs/applications/networking/instant-messengers/fractal-next/default.nix
···
+2
-2
pkgs/applications/office/gnucash/default.nix
+2
-2
pkgs/applications/office/gnucash/default.nix
···url = "https://github.com/Gnucash/gnucash/releases/download/${version}/${pname}-${version}.tar.bz2";
+2
-2
pkgs/applications/science/biology/last/default.nix
+2
-2
pkgs/applications/science/biology/last/default.nix
···
+39
pkgs/applications/science/biology/seqtk/default.nix
+39
pkgs/applications/science/biology/seqtk/default.nix
···
+1
-3
pkgs/applications/virtualization/crun/default.nix
+1
-3
pkgs/applications/virtualization/crun/default.nix
···
+2
pkgs/build-support/appimage/default.nix
+2
pkgs/build-support/appimage/default.nix
+153
pkgs/development/compilers/julia/1.8.nix
+153
pkgs/development/compilers/julia/1.8.nix
···+url = "https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz";+path = name: "https://raw.githubusercontent.com/archlinux/svntogit-community/6fd126d089d44fdc875c363488a7c7435a223cec/trunk/${name}";+for file in $out/bin/julia $out/lib/libjulia.so $out/lib/julia/libjulia-internal.so $out/lib/julia/libjulia-codegen.so; do
+32
pkgs/development/compilers/julia/patches/1.8/0001-skip-symlink-system-libraries.patch
+32
pkgs/development/compilers/julia/patches/1.8/0001-skip-symlink-system-libraries.patch
···
+25
pkgs/development/compilers/julia/patches/1.8/0002-skip-building-doc.patch
+25
pkgs/development/compilers/julia/patches/1.8/0002-skip-building-doc.patch
···
+25
pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-tests.patch
+25
pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-tests.patch
···+- $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl $@)++ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --skip LibGit2_jll --skip MozillaCACerts_jll --skip NetworkOptions --skip nghttp2_jll $@)
+27
pkgs/development/compilers/julia/patches/1.8/0004-ignore-absolute-path-when-loading-library.patch
+27
pkgs/development/compilers/julia/patches/1.8/0004-ignore-absolute-path-when-loading-library.patch
···+@@ -50,9 +50,7 @@ static void * load_library(const char * rel_path, const char * src_dir, int err)
+2
-2
pkgs/development/compilers/swi-prolog/default.nix
+2
-2
pkgs/development/compilers/swi-prolog/default.nix
···''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt."···
+2
-2
pkgs/development/libraries/ffmpeg/5.nix
+2
-2
pkgs/development/libraries/ffmpeg/5.nix
···
+68
pkgs/development/libraries/quarto/default.nix
+68
pkgs/development/libraries/quarto/default.nix
···+url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-linux-amd64.tar.gz";+--prefix QUARTO_PYTHON : ${python3.withPackages (ps: with ps; [ jupyter ipython ])}/bin/python3
+8
pkgs/development/libraries/quarto/fix-deno-path.patch
+8
pkgs/development/libraries/quarto/fix-deno-path.patch
···+QUARTO_DENO_OPTIONS="--unstable --no-config --cached-only --allow-read --allow-write --allow-run --allow-env --allow-net --allow-ffi ${QUARTO_DENO_OPTIONS}"+-"${QUARTO_DENO}" ${QUARTO_ACTION} ${QUARTO_DENO_OPTIONS} ${QUARTO_DENO_EXTRA_OPTIONS} "${QUARTO_IMPORT_ARGMAP}" "${QUARTO_TARGET}" "$@"++deno ${QUARTO_ACTION} ${QUARTO_DENO_OPTIONS} ${QUARTO_DENO_EXTRA_OPTIONS} "${QUARTO_IMPORT_ARGMAP}" "${QUARTO_TARGET}" "$@"
+1
-1
pkgs/development/libraries/science/math/cudnn/extension.nix
+1
-1
pkgs/development/libraries/science/math/cudnn/extension.nix
+1
-1
pkgs/development/libraries/science/math/tensorrt/extension.nix
+1
-1
pkgs/development/libraries/science/math/tensorrt/extension.nix
+2
-2
pkgs/development/php-packages/phpstan/default.nix
+2
-2
pkgs/development/php-packages/phpstan/default.nix
···
+9
-4
pkgs/development/python-modules/canonicaljson/default.nix
+9
-4
pkgs/development/python-modules/canonicaljson/default.nix
···
+6
-3
pkgs/development/python-modules/distutils_extra/default.nix
+6
-3
pkgs/development/python-modules/distutils_extra/default.nix
···url = "https://salsa.debian.org/python-team/modules/python-distutils-extra/-/archive/${version}/python-${pname}-${version}.tar.bz2";
+2
-2
pkgs/development/python-modules/dunamai/default.nix
+2
-2
pkgs/development/python-modules/dunamai/default.nix
······
+11
-4
pkgs/development/python-modules/fastapi/default.nix
+11
-4
pkgs/development/python-modules/fastapi/default.nix
·········
+2
-2
pkgs/development/python-modules/geopandas/default.nix
+2
-2
pkgs/development/python-modules/geopandas/default.nix
······
+2
-2
pkgs/development/python-modules/jarowinkler/default.nix
+2
-2
pkgs/development/python-modules/jarowinkler/default.nix
······
+2
-2
pkgs/development/python-modules/luftdaten/default.nix
+2
-2
pkgs/development/python-modules/luftdaten/default.nix
······
+9
-16
pkgs/development/python-modules/nats-py/default.nix
+9
-16
pkgs/development/python-modules/nats-py/default.nix
············
+6
-5
pkgs/development/python-modules/pyunifiprotect/default.nix
+6
-5
pkgs/development/python-modules/pyunifiprotect/default.nix
···············
+2
-2
pkgs/development/python-modules/pyupgrade/default.nix
+2
-2
pkgs/development/python-modules/pyupgrade/default.nix
······
+2
-2
pkgs/development/python-modules/rq/default.nix
+2
-2
pkgs/development/python-modules/rq/default.nix
······
+4
-7
pkgs/development/python-modules/rstcheck/default.nix
+4
-7
pkgs/development/python-modules/rstcheck/default.nix
·····················
+2
-2
pkgs/development/python-modules/siosocks/default.nix
+2
-2
pkgs/development/python-modules/siosocks/default.nix
···
+2
-2
pkgs/development/python-modules/skodaconnect/default.nix
+2
-2
pkgs/development/python-modules/skodaconnect/default.nix
······
+18
-9
pkgs/development/python-modules/typer/default.nix
+18
-9
pkgs/development/python-modules/typer/default.nix
············
+25
pkgs/development/tools/gdlv/default.nix
+25
pkgs/development/tools/gdlv/default.nix
···
+8
pkgs/development/tools/godot/export-templates.nix
+8
pkgs/development/tools/godot/export-templates.nix
···cp bin/godot.x11.opt.64 $out/share/godot/templates/${oldAttrs.version}.stable/linux_x11_64_release
+4
-4
pkgs/development/tools/misc/texlab/default.nix
+4
-4
pkgs/development/tools/misc/texlab/default.nix
······
+32
pkgs/development/tools/rust/humility/default.nix
+32
pkgs/development/tools/rust/humility/default.nix
···
+2
-2
pkgs/games/unciv/default.nix
+2
-2
pkgs/games/unciv/default.nix
···
+26
pkgs/os-specific/darwin/defaultbrowser/default.nix
+26
pkgs/os-specific/darwin/defaultbrowser/default.nix
···+description = "Command line tool for getting and setting a default browser (HTTP handler) in Mac OS X";
+3
pkgs/servers/mastodon/default.nix
+3
pkgs/servers/mastodon/default.nix
···+# Otherwise we encounter this upstream issue: https://github.com/mastodon/mastodon/issues/17924
+2
-2
pkgs/servers/memcached/default.nix
+2
-2
pkgs/servers/memcached/default.nix
···
+39
pkgs/servers/monitoring/prometheus/kthxbye.nix
+39
pkgs/servers/monitoring/prometheus/kthxbye.nix
···
+2
-2
pkgs/tools/backup/discordchatexporter-cli/default.nix
+2
-2
pkgs/tools/backup/discordchatexporter-cli/default.nix
···
+2
-1
pkgs/tools/misc/3mux/default.nix
+2
-1
pkgs/tools/misc/3mux/default.nix
···-url = "https://github.com/aaronjanse/3mux/pull/127/commits/91aed826c50f75a5175b63c72a1fb6a4ad57a008.patch";+url = "https://github.com/aaronjanse/3mux/commit/91aed826c50f75a5175b63c72a1fb6a4ad57a008.patch";
+12
-14
pkgs/tools/misc/markdown-anki-decks/default.nix
+12
-14
pkgs/tools/misc/markdown-anki-decks/default.nix
······
+3
-3
pkgs/tools/misc/websocat/default.nix
+3
-3
pkgs/tools/misc/websocat/default.nix
···
+36
pkgs/tools/misc/xdg-ninja/default.nix
+36
pkgs/tools/misc/xdg-ninja/default.nix
···
+62
pkgs/tools/security/gallia/default.nix
+62
pkgs/tools/security/gallia/default.nix
···
+26
pkgs/tools/text/scraper/default.nix
+26
pkgs/tools/text/scraper/default.nix
···
+25
pkgs/tools/virtualization/uefi-run/default.nix
+25
pkgs/tools/virtualization/uefi-run/default.nix
···
+39
-3
pkgs/top-level/all-packages.nix
+39
-3
pkgs/top-level/all-packages.nix
······dolphin-emu-primehack = qt5.callPackage ../applications/emulators/dolphin-emu/primehack.nix {···························+inherit (darwin.apple_sdk_11_0.frameworks) Cocoa WebKit CoreServices DiscRecording CoreAudioKit MetalKit;buildMozillaMach = opts: callPackage (import ../applications/networking/browsers/firefox/common.nix opts) {};firefoxPackages = recurseIntoAttrs (callPackage ../applications/networking/browsers/firefox/packages.nix {});············samtools_0_1_19 = callPackage ../applications/science/biology/samtools/samtools_0_1_19.nix {