home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b4b70b35d6e74571e88d694966736da100658348
parent d6af0cf084d34042b7d7c49fb05bde39e486ce04
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 18 Dec 2020 15:47:46 +0100

nix: remove vdemeester cachix repo (unused)

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

Diffstat:
Msystems/modules/core/nix.nix | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -44,12 +44,10 @@ in binaryCaches = cfg.localCaches ++ [ "https://cache.nixos.org/" "https://r-ryantm.cachix.org" - "https://vdemeester.cachix.org" "https://shortbrain.cachix.org" ]; binaryCachePublicKeys = [ "r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=" - "vdemeester.cachix.org-1:uCECG6so7v1rs77c5NFz2dCePwd+PGNeZ6E5DrkT7F0=" "shortbrain.cachix.org-1:dqXcXzM0yXs3eo9ChmMfmob93eemwNyhTx7wCR4IjeQ=" "mic92.cachix.org-1:gi8IhgiT3CYZnJsaW7fxznzTkMUOn1RY4GmXdT/nXYQ=" ];