hydra: remove genodepkgs cachix cache

This commit is contained in:
Emery 2022-04-19 11:54:39 -05:00
parent a485d30c0b
commit 089ef94e6a
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ let
nix-build = "client@${config.c3d2.hosts.nix-build.ip4}";
in {
nix = {
binaryCaches =
[ "https://cache.nixos.org" "https://genodepkgs.cachix.org" ];
binaryCachePublicKeys = [
"genodepkgs.cachix.org-1:j6xcYrUP9Q9c+WbS+MbkJR26cqeytOVdC4SmhOYj2Sw="
];
extraOptions = ''
allowed-uris = http:// https:// ssh://
'';