mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
feat(docs): substituters suggestion (#36)
This commit is contained in:
parent
f237370d6a
commit
d52aeaf0fd
@ -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" ];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user