platonic cache

This commit is contained in:
Sridhar Ratnakumar 2021-11-13 11:15:42 -05:00
parent 7a2e49a1da
commit d1d039e103
2 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
imports = [
./iohk.nix
./platonic.nix
];
}

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
nix.binaryCachePublicKeys = [
"ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI="
];
nix.binaryCaches = [
"ssh://nix-ssh@ci.ardana.platonic.systems"
];
}