From c354b12b28a78e585a575491b83d3ce5a7944819 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 21 Jul 2024 20:30:29 +1200 Subject: [PATCH] fix(nixos:subs): remove obsolete substituters --- nixos/modules/base/nix/subs.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/modules/base/nix/subs.nix b/nixos/modules/base/nix/subs.nix index c9bb7ea..6bab967 100644 --- a/nixos/modules/base/nix/subs.nix +++ b/nixos/modules/base/nix/subs.nix @@ -10,12 +10,9 @@ in nix.settings = { substituters = [ "https://cache.nixos.org?priority=10" - "https://fufexan.cachix.org" "https://helix.cachix.org" "https://hyprland.cachix.org" "https://nix-community.cachix.org" - "https://nix-gaming.cachix.org" - "https://anyrun.cachix.org" "https://nixpkgs-wayland.cachix.org" ]; @@ -24,8 +21,6 @@ in "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" - "anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s=" "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" ]; };