From bc2bead9b1ecf3950a6283cbd53e7dfa537348ef Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 23 Jan 2025 12:54:06 -0600 Subject: [PATCH] drop cache I'm not using --- modules/essentials.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/essentials.nix b/modules/essentials.nix index 5b94385..59df81e 100644 --- a/modules/essentials.nix +++ b/modules/essentials.nix @@ -54,13 +54,13 @@ accept-flake-config = true; extra-substituters = [ "https://attic.dayl.in/oizys" - "https://nixpkgs-wayland.cachix.org" + # "https://nixpkgs-wayland.cachix.org" # "https://hyprland.cachix.org" # "https://daylin.cachix.org" ]; extra-trusted-public-keys = [ "oizys:DSw3mwVMM/Y+PXSVpkDlU5dLwlORuiJRGPkwr5INSMc=" - "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" + # "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" # "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" # "daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k=" ];