diff --git a/README.md b/README.md index ddee01b..a1adcfa 100644 --- a/README.md +++ b/README.md @@ -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: -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" ];