diff --git a/flake.nix b/flake.nix index edc472e..9ed4371 100644 --- a/flake.nix +++ b/flake.nix @@ -53,4 +53,11 @@ debug = true; }; + + + nixConfig = { + extra-substituters = [ "https://attic.tam.ma/attic" ]; + extra-trusted-public-keys = [ "attic:Dc088G5QEZnihlLq73D4RWw8PbQ+SIe0UHslzqXdULs=" ]; + }; + }