From cc48d16dd4cd0b8affac0751c1e0cf6b31a107b9 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Fri, 26 Jul 2024 08:45:21 -0400 Subject: [PATCH] update board doc with better link --- rpi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/default.nix b/rpi/default.nix index f11ac51..2c05609 100644 --- a/rpi/default.nix +++ b/rpi/default.nix @@ -21,7 +21,7 @@ in type = types.str; description = '' The kernel board version to build. - Examples at: https://github.com/NixOS/nixpkgs/blob/5c8e2fb3c690e8be1d92cda8d2bf0562cd67ce47/pkgs/os-specific/linux/kernel/linux-rpi.nix#L20-L25 + Examples at: https://www.raspberrypi.com/documentation/computers/linux_kernel.html#native-build-configuration without the _defconfig part. ''; };