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

main
Janne Heß 2 years ago
parent 6b4d3add60
commit dc4b2812e4
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 2
      nixos/modules/system/boot/systemd/initrd.nix

@ -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…
Cancel
Save