nixos/stage-1-systemd: Also accept packages as store paths
This commit is contained in:
parent
6b4d3add60
commit
dc4b2812e4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ in {
|
|||
description = ''
|
||||
Store paths to copy into the initrd as well.
|
||||
'';
|
||||
type = types.listOf types.singleLineStr;
|
||||
type = with types; listOf (oneOf [ singleLineStr package ]);
|
||||
default = [];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue