nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 1e27f748eaec6a51225376e4c267e0dd07dd035d
parent fda1758e814924276032ecf2b2a0085348839b71
Author: mtmn <miro@haravara.org>
Date:   Mon, 15 Jun 2026 14:59:52 +0200

nix: add corpus binary cache and bump

Diffstat:
Mlib/nix-cache.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/nix-cache.nix b/lib/nix-cache.nix @@ -3,10 +3,12 @@ "https://cache.nixos.org" "https://nix-community.cachix.org" "https://metafori.cachix.org" + "https://corpus.cachix.org" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "metafori.cachix.org-1:7bVzjJMOSvSotxsB19L/HIR+E+hzqDh0xPZ4fNsA8k8=" + "corpus.cachix.org-1:SIt5dfW5hrQF95QaXjmU3PqbvGNe3luyRe9wD0cIBJ0=" ]; }