feat(docs): substituters suggestion (#36)

This commit is contained in:
Malix - Alix Brunet 2026-02-22 00:22:09 +01:00 committed by GitHub
parent f237370d6a
commit d52aeaf0fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];