Commit Graph
1022871 Commits
Author SHA1 Message Date
Thiago Kenji OkadaandGitHub ff443ccd4e libretro.pcsx2: 0-unstable-2026-06-01 -> 0-unstable-2026-06-24 (#532739) 2026-06-26 11:40:13 +00:00
zowoqandGitHub c275835ae4 terraform-providers.cloudamqp_cloudamqp: 1.45.3 -> 1.46.0 (#535601) 2026-06-26 11:33:31 +00:00
Maximilian BoschandGitHub d57a99c600 nixos/matrix-authentication-service: init (#527621) 2026-06-26 11:24:37 +00:00
Sebastian KowalakandMaximilian Bosch 4017d57fd9 nixos/matrix-authentication-service: add test 2026-06-26 13:17:24 +02:00
R. Ryantm 076e34878a terraform-providers.cloudamqp_cloudamqp: 1.45.3 -> 1.46.0 2026-06-26 11:07:18 +00:00
Florian KlinkandGitHub 5699094b6a nixos/nginx: add lua option for Lua scripting support (#535081) 2026-06-26 10:49:44 +00:00
Florian KlinkandGitHub d2bde3cf5a Allow to pass extra initrd archives to the bootloader (#534265) 2026-06-26 10:46:37 +00:00
zowoqandGitHub 3c74e77bb4 terraform-providers.e-breuninger_netbox: 5.6.1 -> 5.6.2 (#535562) 2026-06-26 10:42:29 +00:00
r-vdpandFlorian Klink 5f267f4dda nixos/boot: allow passing extra initrd archives to the bootloader
This is for instance useful on Asahi where an additional initrd archive
containing firmware blobs and per-device calibration files is placed
on the ESP and updated by the Asahi Linux Installer.
These need to be loaded alongside the NixOS initrd.

Implemented for systemd-boot and Limine. Grub is left out since its
install script does not use bootspec yet.

Co-authored-by: Florian Klink <flokli@flokli.de>
2026-06-26 13:39:08 +03:00
Wolfgang WaltherandGitHub e73de5be04 postgresqlPackages.pg_search: 0.24.0 -> 0.24.1 (#535447) 2026-06-26 09:58:34 +00:00
Oleksii FilonenkoandGitHub 6f4d587833 Init/proton authenticator (#532981) 2026-06-26 09:56:45 +00:00
Oleksii FilonenkoandGitHub f93d3806b6 ku: init at 0.7.0 (#533454) 2026-06-26 09:54:15 +00:00
Oleksii FilonenkoandGitHub 636ddc074e codebase-memory-mcp: init at 0.8.1 (#535308) 2026-06-26 09:44:38 +00:00
Fabian AffolterandGitHub 79ef000f82 python3Packages.google-cloud-run: 0.16.0 -> 0.16.1 (#535448) 2026-06-26 09:38:43 +00:00
R. Ryantm 423873000e libretro.pcsx2: 0-unstable-2026-06-01 -> 0-unstable-2026-06-24 2026-06-26 09:34:05 +00:00
R. Ryantm b38b7853e2 terraform-providers.e-breuninger_netbox: 5.6.1 -> 5.6.2 2026-06-26 09:25:52 +00:00
Felix BargfeldtandGitHub 4354ac007d olivetin-3k: 3000.14.0 -> 3000.15.0 (#535475) 2026-06-26 09:24:45 +00:00
Thiago Kenji OkadaandGitHub 0b88e1e2e0 libretro.play: 0-unstable-2026-06-06 -> 0-unstable-2026-06-22 (#535481) 2026-06-26 09:23:37 +00:00
nixpkgs-ci[bot]andGitHub 007fdaf78d frida-tools: 14.10.2 -> 14.10.4 (#535535) 2026-06-26 09:21:54 +00:00
nixpkgs-ci[bot]andGitHub 0bfa3a193f nix-scheduler-hook: 0.7.3 -> 0.8.0 (#535478) 2026-06-26 09:21:44 +00:00
nixpkgs-ci[bot]andGitHub 28662a6f5b encrypted-dns-server: 0.9.20 -> 0.9.21 (#535459) 2026-06-26 09:21:41 +00:00
nixpkgs-ci[bot]andGitHub 9d72898eee sonarr: 4.0.17.2952 -> 4.0.18.2971 (#535349) 2026-06-26 09:21:33 +00:00
Oleksii FilonenkoandGitHub eb6d0d87ea upsun: 5.9.0 -> 5.10.7 (#534859) 2026-06-26 10:16:22 +01:00
Oleksii FilonenkoandGitHub bdccc39dd2 kiwix-apple: 3.14.0 -> 3.15.1 (#535089) 2026-06-26 10:04:51 +01:00
RamsesandGitHub 5e6a9f42a1 nixos/etc-overlay: ship empty /etc/machine-id placeholder on immutable /etc (#529950) 2026-06-26 08:57:55 +00:00
StepBroBDandGitHub bca48eba98 osu-lazer{,-bin}: 2026.620.0 -> 2026.624.0 (#535432) 2026-06-26 08:53:45 +00:00
r-vdp f438cd8d56 nixos/doc: release note for /etc/machine-id on immutable /etc 2026-06-26 10:51:16 +02:00
r-vdp 86a665d5b6 nixos/etc-overlay: fix machine-id-commit on first-boot when /etc is RO
The upstream unit has ConditionPathIsReadWrite=/etc, which is always
false on the read-only overlay, so the previous commit alone requires
users that want persistence to override the conditions themselves before
the generated ID can be written back.

Use ConditionFirstBoot instead, with the empty placeholder
first-boot is "no" and commit stays skipped, but when a writable
file containing "uninitialized" is bind-mounted over /etc/machine-id,
first-boot is "yes" once and commit writes the ID through the bind.
2026-06-26 10:50:58 +02:00
r-vdp 3eaafe4d48 nixos/etc-overlay: ship empty /etc/machine-id on immutable /etc
The symlink to /var/lib/nixos/machine-id never persists the ID,
systemd-machine-id-commit.service requires a writable /etc, and
machine_id_commit() does not follow symlinks for its mountpoint check.
So the backing file stays "uninitialized", every boot is
ConditionFirstBoot=yes, and the machine-id is random per boot.

Ship an empty regular file instead, systemd then overlays /run/machine-id
for the session, ConditionFirstBoot is correctly "no", commit is
cleanly condition-skipped, and the file is a usable bind target for
users that want persistence.

Fixes #523878
2026-06-26 10:50:57 +02:00
zowoqandGitHub 410a3a0797 terraform-providers.aminueza_minio: 3.38.0 -> 3.38.1 (#535544) 2026-06-26 08:31:01 +00:00
Yohann BonifaceandGitHub d90bbc96c2 maintainers: update azahi (#535428) 2026-06-26 08:30:02 +00:00
zowoqandGitHub cf2a18cced terraform-providers.hetznercloud_hcloud: 1.64.0 -> 1.66.0 (#535539) 2026-06-26 08:28:22 +00:00
Yohann BonifaceandGitHub 67311af440 python3Packages.coinbase-advanced-py: 1.8.3 -> 1.8.4 (#535487) 2026-06-26 08:24:40 +00:00
R. Ryantm b236c9990e terraform-providers.aminueza_minio: 3.38.0 -> 3.38.1 2026-06-26 08:19:45 +00:00
Matt SturgeonandGitHub 8caf1890bb servarr-ffmpeg: 5.1.4 -> 5.1.10 (#535419) 2026-06-26 08:15:30 +00:00
R. Ryantm bd2cf925d3 terraform-providers.hetznercloud_hcloud: 1.64.0 -> 1.66.0 2026-06-26 08:10:05 +00:00
nixpkgs-ci[bot]andGitHub 729488574a zapzap: 6.5.2.1 -> 6.5.2.4 (#535533) 2026-06-26 08:05:12 +00:00
nixpkgs-ci[bot]andGitHub 30cc3468a0 devin-cli: 2026.7.16 -> 2026.8.18 (#535521) 2026-06-26 08:05:10 +00:00
nixpkgs-ci[bot]andGitHub 27f8b1b834 jonquil: 0.3.1 -> 0.3.2 (#531395) 2026-06-26 08:03:58 +00:00
0bb6415b55 nixos/matrix-authentication-service: init
Co-authored-by: mkoppmann <dev@mkoppmann.at>
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com>
Co-authored-by: FlashOnFire_ <flashonfire@proton.me>
Assisted-by: gemini-cli
2026-06-26 14:55:45 +07:00
R. Ryantm f824413a7c frida-tools: 14.10.2 -> 14.10.4 2026-06-26 07:53:15 +00:00
Oleksii FilonenkoandGitHub c95f179d44 nerva: 1.29.0 -> 1.30.0 (#535532) 2026-06-26 07:53:06 +00:00
kirillrdyandGitHub ada20b7543 python3Packages.quack-kernels: 0.5.2 -> 0.5.3 (#535520) 2026-06-26 07:52:22 +00:00
Fabian AffolterandGitHub 99b2de7772 metasploit: 6.4.138 -> 6.4.141 (#535464) 2026-06-26 07:50:50 +00:00
Maximilian BoschandGitHub 7e3e168ad6 doggo: 1.1.7 -> 1.2.0 (#535496) 2026-06-26 07:45:30 +00:00
Oleksii FilonenkoandGitHub c43d9bd034 ccusage: init at 20.0.6 (#526554) 2026-06-26 08:48:36 +01:00
Marie RamlowandGitHub 1545642a3d home-assistant-matter-hub: 2.0.46 -> 2.0.48 (#534843) 2026-06-26 07:36:53 +00:00
R. Ryantm 70faf259f5 zapzap: 6.5.2.1 -> 6.5.2.4 2026-06-26 07:34:17 +00:00
Fabian Affolter 795aa7d46c nerva: 1.29.0 -> 1.30.0
Diff: https://github.com/praetorian-inc/nerva/compare/v1.29.0...v1.30.0

Changelog: https://github.com/praetorian-inc/nerva/blob/v1.30.0/CHANGELOG.md
2026-06-26 09:31:58 +02:00
j-kandGitHub 5e8a08a2a8 deno: keep denort in a separate output (#534873) 2026-06-26 07:30:22 +00:00