Skip to content

Instantly share code, notes, and snippets.

@SkamDart
Created July 9, 2022 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SkamDart/2b6a3729480b0b22d3d8f78ab768a282 to your computer and use it in GitHub Desktop.
Save SkamDart/2b6a3729480b0b22d3d8f78ab768a282 to your computer and use it in GitHub Desktop.
nix caches
binaryCaches = [
"https://hydra.iohk.io"
"https://cache.nixos.org/"
];
binaryCachePublicKeys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment