Revert r33139
I didn't end up needing it and there's a better way to do what I wanted if I did. svn path=/nixos/trunk/; revision=33150
This commit is contained in:
parent
d9e28e909c
commit
8ad872ca03
@ -38,9 +38,6 @@ let
|
|||||||
description = ''
|
description = ''
|
||||||
Name of the kernel file to be passed to the bootloader.
|
Name of the kernel file to be passed to the bootloader.
|
||||||
'';
|
'';
|
||||||
merge = kernelFiles:
|
|
||||||
builtins.head (map (f: assert f == builtins.head kernelFiles; f)
|
|
||||||
kernelFiles);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.copySystemConfiguration = pkgs.lib.mkOption {
|
system.copySystemConfiguration = pkgs.lib.mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user