Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit dffbce5

Browse files
authored
Fix the kernel-builder link
1 parent 078351d commit dffbce5

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# kernel-builder
22

3-
`kernel-builder` has moved to the [kernels](https://github.com/huggingface/kernels/tree/main/builder)
4-
repository. If you maintain any kernels, please update your `flake.nix`
5-
from
6-
7-
```nix
8-
kernel-builder.url = "github:huggingface/kernel-builder";
9-
```
10-
11-
to
12-
13-
```nix
14-
kernel-builder.url = "github:huggingface/kernels";
15-
```
16-
17-
and run `nix flake update` to update `flake.lock`.
3+
> [!IMPORTANT]
4+
> `kernel-builder` has moved to the [kernels](https://github.com/huggingface/kernels/) repository. If you maintain any kernels, please update your `flake.nix` from
5+
>
6+
> ```nix
7+
> kernel-builder.url = "github:huggingface/kernel-builder";
8+
> ```
9+
>
10+
> to
11+
>
12+
> ```nix
13+
> kernel-builder.url = "github:huggingface/kernels";
14+
> ```
15+
>
16+
> and run `nix flake update` to update `flake.lock`.

0 commit comments

Comments
 (0)