Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-10-04 00:15:35 +00:00
committed by GitHub
125 changed files with 5813 additions and 1108 deletions

View File

@@ -306,7 +306,7 @@ if ($virt eq "microsoft") {
# Pull in NixOS configuration for containers.
if ($virt eq "systemd-nspawn") {
push @attrs, "boot.isContainer = true;";
push @attrs, "boot.isNspawnContainer = true;";
}