summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel_config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/kernel_config.nix')
-rw-r--r--nixos/modules/system/boot/kernel_config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel_config.nix b/nixos/modules/system/boot/kernel_config.nix
index fbbd0982b2c..a316782dfc5 100644
--- a/nixos/modules/system/boot/kernel_config.nix
+++ b/nixos/modules/system/boot/kernel_config.nix
@@ -9,7 +9,6 @@ let
   mergeAnswer = winners: locs: defs:
     let
       values = map (x: x.value) defs;
-      freeformAnswer = intersectLists values winners;
       inter = intersectLists values winners;
       winner = head winners;
     in