From 3833f8bca3b0f2d9664b5483900e3db2766b2b72 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 1 Apr 2024 23:35:53 +0200 Subject: [PATCH] chore: change substituters to attic --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index da898f3..82cf809 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "example flake idk"; nixConfig = { - extra-substituters = ["https://uku3lig.cachix.org"]; - extra-trusted-public-keys = ["uku3lig.cachix.org-1:C1/9DNUadh2pueAo+LUkVNUKyIVjF/CREd9RS9E+F2A="]; + extra-substituters = ["https://attic.uku3lig.net/uku"]; + extra-trusted-public-keys = ["uku:kGzXVpH0LmCl9G+Omy5ObkcjTLdasfj3NlOEuWWfne8="]; }; outputs = {flake-parts, ...} @ inputs: