summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-02 14:17:43 -0400
committerseth <[email protected]>2023-07-02 18:25:08 +0000
commitdfc33b227931d06cc3510022cb6fe815ef690463 (patch)
treed21511bb3477719bc45e6cef4e1cd5af59e89348 /README.md
parentc54e7f3aa30e5c6615fed42cbd2e76b01ad17c82 (diff)
!hercules-ci -> garnix
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 21 insertions, 5 deletions
diff --git a/README.md b/README.md
index ab42e63..6d04d43 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,30 @@
# nix-exprs
-[![hercules-ci build status](https://img.shields.io/badge/dynamic/json?label=hercules-ci%20builds&query=%24.state&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fgetchoo%2Fnix-exprs%2Fcommits%2Fmain%2Fstatus&color=8f97cb&style=flat-square&logo=github)](https://hercules-ci.com/github/getchoo/nix-exprs)
+[![built with garnix](https://img.shields.io/badge/Built_with-Garnix-blue?style=flat-square&logo=nixos&link=https%3A%2F%2Fgarnix.io)](https://garnix.io)
## how to use
-### enable cachix
+### enable binary cache
-i have a binary cache at <https://getchoo.cachix.org>, make sure to enable it
-in your flake or nixos/darwin config or use `nix run nixpkgs#cachix use getchoo`
-for cli support.
+all packages are built with [garnix](https://garnix.io/), and cached on their servers. you can use this
+yourself by following the instructions [here](https://garnix.io/docs/caching). i would also recommend
+[donating](https://opencollective.com/garnix_io) if you can!
+
+example:
+
+```nix
+{
+ nix.settings = {
+ trusted-substituters = [
+ "https://cache.garnix.io"
+ ];
+
+ trusted-public-keys = [
+ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
+ ];
+ }
+}
+```
### library