nixos/stage-1-systemd: Also accept packages as store paths

This commit is contained in:
Janne Heß 2022-04-24 21:46:58 +01:00
parent 6b4d3add60
commit dc4b2812e4
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -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 = [];
};