From ffacd242d6cff96796176370953bde9ea079248d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 16 Sep 2025 21:07:45 +0200 Subject: [PATCH 1/8] Revert "qemu: disable debug info on aarch64-linux" The debug output is now 1.8 GiB, and in the meantime Hydra's output limit has grown, so this is no longer even approaching the limit. This reverts commit c3131d5c325c892aa900a5c3485a9f63b3acaa97. --- pkgs/applications/virtualization/qemu/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/virtualization/qemu/default.nix b/pkgs/applications/virtualization/qemu/default.nix index 7c78704ef8c6..bbdf7f6515ef 100644 --- a/pkgs/applications/virtualization/qemu/default.nix +++ b/pkgs/applications/virtualization/qemu/default.nix @@ -261,8 +261,7 @@ stdenv.mkDerivation (finalAttrs: { dontAddStaticConfigureFlags = true; outputs = [ "out" ] ++ lib.optional enableDocs "doc" ++ lib.optional guestAgentSupport "ga"; - # On aarch64-linux we would shoot over the Hydra's 2G output limit. - separateDebugInfo = !(stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux); + separateDebugInfo = true; patches = [ ./fix-qemu-ga.patch From 7eed65b9c80b005feb5fb95ac0dccc549d6e058f Mon Sep 17 00:00:00 2001 From: Ryan Hendrickson Date: Tue, 13 Jan 2026 19:18:46 -0500 Subject: [PATCH 2/8] nixos/logind: remove redundant unit dbus-org.freedesktop.portable1.service is already included in nixos/modules/system/boot/systemd.nix. --- nixos/modules/system/boot/systemd/logind.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/system/boot/systemd/logind.nix b/nixos/modules/system/boot/systemd/logind.nix index d0878542514d..22d9195536b3 100644 --- a/nixos/modules/system/boot/systemd/logind.nix +++ b/nixos/modules/system/boot/systemd/logind.nix @@ -52,9 +52,6 @@ ++ lib.optionals config.systemd.package.withMachined [ "dbus-org.freedesktop.machine1.service" ] - ++ lib.optionals config.systemd.package.withPortabled [ - "dbus-org.freedesktop.portable1.service" - ] ++ [ "dbus-org.freedesktop.login1.service" "user@.service" From 0ff565d1a59fecf94071928dc0c452a676e059d4 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 16:22:21 +0300 Subject: [PATCH 3/8] linux_6_18: 6.18.9 -> 6.18.10 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index fa6d9bde9a48..4ce7d5a48c65 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -30,8 +30,8 @@ "lts": true }, "6.18": { - "version": "6.18.9", - "hash": "sha256:0y05jg6126h946pac5mkl5myh573qgml1p29hinm7jxlizzia083", + "version": "6.18.10", + "hash": "sha256:1plfwknqh5831kjq6f2yxcm4lqvp68a6kvcfnbxa5ba12wb7glyn", "lts": false }, "6.19": { From dd71bf697ba10ffcfeb4ba0ce6a54d29fa4d5c7e Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 16:22:25 +0300 Subject: [PATCH 4/8] linux_6_12: 6.12.69 -> 6.12.70 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index 4ce7d5a48c65..bd1c18b6d427 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -25,8 +25,8 @@ "lts": true }, "6.12": { - "version": "6.12.69", - "hash": "sha256:0rbnbynhm7w4ig8snq97px4ljr5k4zq1a97jqhwk4w0qy9bkcjab", + "version": "6.12.70", + "hash": "sha256:1w1flq4phr3i51c85bz8d9a8cg780vn7dr29y4j4izyfv33wwk4v", "lts": true }, "6.18": { From 4db8004da5558bddc87518498c62f2ccfe6a0c5b Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 16:22:30 +0300 Subject: [PATCH 5/8] linux_6_6: 6.6.123 -> 6.6.124 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index bd1c18b6d427..a14c9d9b01c5 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -20,8 +20,8 @@ "lts": true }, "6.6": { - "version": "6.6.123", - "hash": "sha256:1ca5x6ri5i8xcm4dc5hv6b0xyv9npb9dy0wfvzi9g44al6sx85m6", + "version": "6.6.124", + "hash": "sha256:0kkri7y9g5c7hylwsdc2wq2drhniay171nnccr533qlvisgzpbm7", "lts": true }, "6.12": { From 7fe5136409f859fc33f4d3c14ada23881b6eca0c Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 16:22:34 +0300 Subject: [PATCH 6/8] linux_6_1: 6.1.162 -> 6.1.163 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index a14c9d9b01c5..e6e3b4dcb701 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -5,8 +5,8 @@ "lts": false }, "6.1": { - "version": "6.1.162", - "hash": "sha256:12fhqsz61g64wdx3hx637fx4zn7ks7kv9h7b26llx8mr94m44rlp", + "version": "6.1.163", + "hash": "sha256:1siq1jacl4xrlqn536h5rg73rygk8dp8n839asny05dx44rh6bgx", "lts": true }, "5.15": { From c68657939dfb23b436e5f67bf435812e38467f65 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 16:22:40 +0300 Subject: [PATCH 7/8] linux_5_15: 5.15.199 -> 5.15.200 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index e6e3b4dcb701..ffb9d35a7fbc 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -10,8 +10,8 @@ "lts": true }, "5.15": { - "version": "5.15.199", - "hash": "sha256:0bmx5y10mbn05qv0cvh7w6zhgzar88vj2kdm3j4m32hk9jpd7h01", + "version": "5.15.200", + "hash": "sha256:16193h91mc51p68gsjs6afaai47krf05hxcgp8r0k248cv4b3r7w", "lts": true }, "5.10": { From 99d3d70a7aff4404f4d697a413b70300cfa47aeb Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 16:22:44 +0300 Subject: [PATCH 8/8] linux_5_10: 5.10.249 -> 5.10.250 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index ffb9d35a7fbc..121b8e175905 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -15,8 +15,8 @@ "lts": true }, "5.10": { - "version": "5.10.249", - "hash": "sha256:0ihh9pjnaz3lq9my6yhlikacadc5lldsypifjcpm8j8i4qsfv45r", + "version": "5.10.250", + "hash": "sha256:0afmjzlkx5ry8w01p7mafy3zq0xf9md5fpdy2ywn9wm94fi4sxa7", "lts": true }, "6.6": {