From 8ad872ca03a3927587769bf11c3944c40d47004e Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 16 Mar 2012 12:01:08 +0000 Subject: [PATCH] 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 --- modules/system/activation/top-level.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/system/activation/top-level.nix b/modules/system/activation/top-level.nix index aa79fb3698d..265f06a5a9d 100644 --- a/modules/system/activation/top-level.nix +++ b/modules/system/activation/top-level.nix @@ -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 {