mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Remove default board, requiring the user to specify
This commit is contained in:
parent
b4ad649630
commit
02b119708c
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue