From df627963ea251b73de3c6deeb5fe7bbcde440645 Mon Sep 17 00:00:00 2001 From: Malix - Alix Brunet Date: Sun, 22 Feb 2026 00:14:44 +0100 Subject: [PATCH] feat(docs): substituters suggestion --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ];