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:
Shea Levy 2012-03-16 12:01:08 +00:00
parent d9e28e909c
commit 8ad872ca03

@ -38,9 +38,6 @@ let
description = ''
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 {