From 8036660fd5ffd11d69d9db6c2451274b5e6b4f5c Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 7 Mar 2025 11:03:33 -0600 Subject: [PATCH] fix: server back up, re-enable nix cache --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1d571e6..0f160cd 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ extra-substituters = [ "https://cache.nixos.org/" "https://nix-community.cachix.org" - # "https://nix.h.lyte.dev" + "https://nix.h.lyte.dev" # since we are forcing most inputs to follow our nixpkgs, we don't bother settings up caches and just use our own # "https://helix.cachix.org" @@ -106,7 +106,7 @@ extra-trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - # "h.lyte.dev-2:te9xK/GcWPA/5aXav8+e5RHImKYMug8hIIbhHsKPN0M=" + "h.lyte.dev-2:te9xK/GcWPA/5aXav8+e5RHImKYMug8hIIbhHsKPN0M=" # "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" # "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="