From 02b119708c5ddbb3bdbe51e924a143ca5056a2d1 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Fri, 26 Jul 2024 08:44:48 -0400 Subject: [PATCH] Remove default board, requiring the user to specify --- rpi/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/rpi/default.nix b/rpi/default.nix index e72313c..f11ac51 100644 --- a/rpi/default.nix +++ b/rpi/default.nix @@ -18,7 +18,6 @@ in description = "Kernel version to build."; }; board = mkOption { - default = "bcm2712"; type = types.str; description = '' The kernel board version to build.