Skip to content

Commit

Permalink
Merge pull request #966 from dpc/cachix-subst
Browse files Browse the repository at this point in the history
Offer cachix binary cache via flake.nix
  • Loading branch information
dpc authored Nov 28, 2022
2 parents 15f271b + 0a1096f commit 1a87333
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -916,4 +916,9 @@
};
};
});

nixConfig = {
extra-substituters = [ "https://fedimint.cachix.org" ];
extra-trusted-public-keys = [ "fedimint.cachix.org-1:FpJJjy1iPVlvyv4OMiN5y9+/arFLPcnZhZVVCHCDYTs=" ];
};
}

0 comments on commit 1a87333

Please sign in to comment.