From c33582735c76abe6eadd9a03bc444bb0648266fa Mon Sep 17 00:00:00 2001 From: zimward <96021122+zimward@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:29:46 +0200 Subject: [PATCH] doc: fix broken link to linux-kernels.nix The link in the pkgs/os-specific/linux/kernel/README.md now points to linux-kernels.nix points to pkgs/top-level/linux-kernels.nix --- pkgs/os-specific/linux/kernel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/README.md b/pkgs/os-specific/linux/kernel/README.md index 84fb05fc07a2..f46e7acf0218 100644 --- a/pkgs/os-specific/linux/kernel/README.md +++ b/pkgs/os-specific/linux/kernel/README.md @@ -2,7 +2,7 @@ 1. Copy the old Nix expression (e.g., `linux-2.6.21.nix`) to the new one (e.g., `linux-2.6.22.nix`) and update it. -2. Add the new kernel to the `kernels` attribute set in [`linux-kernels.nix`](./linux-kernels.nix) (e.g., create an attribute `kernel_2_6_22`). +2. Add the new kernel to the `kernels` attribute set in [`linux-kernels.nix`](../../../top-level/linux-kernels.nix) (e.g., create an attribute `kernel_2_6_22`). 3. Update the kernel configuration: