mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/activation: don't generate bootspec for containers
This commit is contained in:
parent
e9c85d6d0f
commit
e69c37eae9
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ let
|
|||
|
||||
echo -n "${toString config.system.extraDependencies}" > $out/extra-dependencies
|
||||
|
||||
${bootSpec.writer}
|
||||
${optionalString (!config.boot.isContainer) ''
|
||||
${bootSpec.writer}
|
||||
''}
|
||||
|
||||
${config.system.extraSystemBuilderCmds}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue