3
0
Fork 0
forked from mirrors/nixpkgs

Set uniq type on boot.loader.kernelFile

This commit is contained in:
Eelco Dolstra 2012-08-09 11:00:35 -04:00
parent 20d4dee426
commit f31ab09b85

View file

@ -37,6 +37,7 @@ let
system.boot.loader.kernelFile = mkOption {
default = pkgs.stdenv.platform.kernelTarget;
type = types.uniq types.string;
description = ''
Name of the kernel file to be passed to the bootloader.
'';