mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
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