home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 042ee3e7fe7d61d13deac0c8c6df9f292c57943e
parent 16bd25c1f614051e70c9c40eb62391616a405901
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Nov 2023 10:46:18 +0100

Add chapeau-rouge cachix cache

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.nix | 6+++++-
Msystems/modules/core/nix.nix | 2++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -10,8 +10,12 @@ # add binary caches trusted-public-keys = [ "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" + "chapeau-rouge.cachix.org-1:r34IG766Ez4Eeanr7Zx+egzXLE2Zgvc+XRspYZPDAn8=" + ]; + substituters = [ + "https://nixpkgs-wayland.cachix.org" + "https://chapeau-rouge.cachix.org" ]; - substituters = [ "https://nixpkgs-wayland.cachix.org" ]; }; }; diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -47,11 +47,13 @@ in "https://cache.nixos.org/" "https://r-ryantm.cachix.org" "https://shortbrain.cachix.org" + "https://chapeau-rouge.cachix.org" ]; trusted-public-keys = [ "r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=" "shortbrain.cachix.org-1:dqXcXzM0yXs3eo9ChmMfmob93eemwNyhTx7wCR4IjeQ=" "mic92.cachix.org-1:gi8IhgiT3CYZnJsaW7fxznzTkMUOn1RY4GmXdT/nXYQ=" + "chapeau-rouge.cachix.org-1:r34IG766Ez4Eeanr7Zx+egzXLE2Zgvc+XRspYZPDAn8=" ]; }; # FIXME handle this depending on the version