diff --git a/flake.nix b/flake.nix index 0bf3505..a91a2f0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,11 @@ { description = "Code behind search.nixos.org"; + nixConfig = { + extra-substituters = [ "https://nixos-search.cachix.org" ]; + extra-trusted-public-keys = [ "nixos-search.cachix.org-1:1HV3YF8az4fywnH+pAd+CXFEdpTXtv9WpoivPi+H70o=" ]; + }; + inputs = { nixpkgs = { url = "nixpkgs/nixos-unstable"; }; };