From faaf76ef6056b7d4162b1d00b0c19993500f8c43 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 9 Aug 2024 23:02:30 +0200 Subject: [PATCH] nix: remove broken attic for now --- common/nix.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/nix.nix b/common/nix.nix index 825636b..c03e5e2 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -20,14 +20,10 @@ # Workaround for https://github.com/NixOS/nix/issues/9574 nix-path = config.nix.nixPath; substituters = [ - "https://nix-attic.aarn.shelman.io/shared" "https://cache-nixos-org.aarn.shelman.io" "https://cache.nixos.org/" ]; - trusted-public-keys = [ - "shared:vbOVOQpXO/hLiTJ/7FmtSio75ZE25+mNGOC+a4TcV84=" - "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" - ]; + trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ]; }; channel.enable = false; registry = lib.mapAttrs (_: flake: { inherit flake; }) flakeInputs;