flake: add nixos-search.cachix.org to substituters (#422)

This commit is contained in:
Naïm Favier 2022-01-25 17:30:21 +01:00 committed by GitHub
parent ec4dbe03a4
commit bb82e171f8
Failed to generate hash of commit

View file

@ -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"; };
};