flake: add nixos-search.cachix.org to substituters (#422)
This commit is contained in:
parent
ec4dbe03a4
commit
bb82e171f8
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
description = "Code behind search.nixos.org";
|
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 = {
|
inputs = {
|
||||||
nixpkgs = { url = "nixpkgs/nixos-unstable"; };
|
nixpkgs = { url = "nixpkgs/nixos-unstable"; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue