nixos/system/activation: write all extra dependencies with structuredAttrs
Assisted-by: Codex GPT 5.4 <noreply@openai.com>
This commit is contained in:
@@ -42,7 +42,7 @@ let
|
||||
|
||||
${config.system.systemBuilderCommands}
|
||||
|
||||
printf "%s" "$extraDependencies" > "$out/extra-dependencies"
|
||||
printf "%s " "''${extraDependencies[@]}" > "$out/extra-dependencies"
|
||||
|
||||
${optionalString (!config.boot.isContainer && config.boot.bootspec.enable) ''
|
||||
${config.boot.bootspec.writer}
|
||||
|
||||
Reference in New Issue
Block a user