Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2025-10-05 12:17:08 +03:00
1577 changed files with 2261 additions and 2253 deletions

View File

@@ -370,12 +370,13 @@ rec {
}:
let
typeDir =
({
{
system = "system";
initrd = "system";
user = "user";
nspawn = "nspawn";
}).${type};
}
.${type};
in
pkgs.runCommand "${type}-units"
{