plut cache

This commit is contained in:
Sridhar Ratnakumar 2021-12-15 14:17:05 -05:00
parent eb28936d71
commit 40e52a2bd0

View file

@ -1,8 +1,10 @@
{ pkgs, ... }: { { pkgs, ... }: {
nix.binaryCachePublicKeys = [ nix.binaryCachePublicKeys = [
"ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI=" "ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI="
"plutonomicon-pluto.cachix.org-1:ofa/XYzqimDRF96ACKnV7LPiRsz+h4bkHy/a4fbOK04="
]; ];
nix.binaryCaches = [ nix.binaryCaches = [
"ssh://nix-ssh@ci.ardana.platonic.systems" "ssh://nix-ssh@ci.ardana.platonic.systems"
"https://plutonomicon-pluto.cachix.org"
]; ];
} }