From afbd24214f0866e8604bd23d9f4641753e7760b3 Mon Sep 17 00:00:00 2001 From: pingu Date: Wed, 5 Jun 2024 01:06:52 +0200 Subject: [PATCH] Added another cachix cache to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5370e7..1316cde 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ nix build # (or nix run) ``` Pro-tip, to get shorter build times, consider using [Cachix] and use -the `jassob` cache: +the `jassob` or `pingu` cache: ``` cachix use jassob # Only needed once +cachix use pingu # Probably more up to date as of 5/6-24 ``` ## Credits