From 63fe9ef5671fdb3ba424454459f752de03be94ea Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 25 Feb 2024 22:15:56 -0500 Subject: [PATCH] document nix binary cache in nix/README.md Signed-off-by: strawberry --- nix/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nix/README.md b/nix/README.md index bd6f0962..474bd4b8 100644 --- a/nix/README.md +++ b/nix/README.md @@ -5,6 +5,16 @@ This guide assumes you have a recent version of Nix (^2.4) installed. Since Conduit ships as a Nix flake, you'll first need to [enable flakes][enable_flakes]. +A binary cache for conduwuit that the CI/CD publishes to is available at the +following places (both are the same just different names): +``` +https://attic.kennel.juneis.dog/conduit +conduit:Isq8FGyEC6FOXH6nD+BOeAA+bKp6X6UIbupSlGEPuOg= + +https://attic.kennel.juneis.dog/conduwuit +conduwuit:lYPVh7o1hLu1idH4Xt2QHaRa49WRGSAqzcfFd94aOTw= +``` + You can now use the usual Nix commands to interact with Conduit's flake. For example, `nix run gitlab:famedly/conduit` will run Conduit (though you'll need to provide configuration and such manually as usual).