feat(docs): substituters suggestion

This commit is contained in:
Malix - Alix Brunet 2026-02-22 00:14:44 +01:00
parent f237370d6a
commit df627963ea
No known key found for this signature in database

View File

@ -126,9 +126,11 @@ Then specify `pkgs.cachyosKernels.linuxPackages-cachyos-latest` (or other varian
### Binary cache
The two binary caches will be automatically suggested
I'm running a Hydra CI to build the kernels and push them to my Attic binary cache. You can see the build status here: <https://hydra.lantian.pub/jobset/lantian/nix-cachyos-kernel>
To use my binary cache, please add the following config:
To manually use my binary cache, please add the following config:
```nix
{
@ -143,6 +145,8 @@ This repo also has [Garnix CI](https://garnix.io) set up, and should work as lon
> If you see "all builds failed" from Garnix, it means I ran out of free plan's build time.
To manually use it:
```nix
{
nix.settings.substituters = [ "https://cache.garnix.io" ];