diff --git a/flake.nix b/flake.nix index 35a89b3..5cd4531 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,15 @@ { description = "Treefmt: once CLI to format your repo"; + nixConfig = { + extra-substituters = [ + "https://numtide.cachix.org" + ]; + extra-trusted-public-keys = [ + "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE=" + ]; + }; + inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; flake-parts = {