Remove default board, requiring the user to specify

This commit is contained in:
Travis Staton 2024-07-26 08:44:48 -04:00
parent b4ad649630
commit 02b119708c

View file

@ -18,7 +18,6 @@ in
description = "Kernel version to build."; description = "Kernel version to build.";
}; };
board = mkOption { board = mkOption {
default = "bcm2712";
type = types.str; type = types.str;
description = '' description = ''
The kernel board version to build. The kernel board version to build.