ci: Added arc cachix

This commit is contained in:
kat witch 2021-05-13 17:24:49 +01:00
parent b124bf26a8
commit e44c4c61ec
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 5 additions and 0 deletions

4
ci.nix
View file

@ -9,6 +9,10 @@
run = "nix build -Lf . hosts.${host}.config.system.build.toplevel --show-trace";
}));
ci.gh-actions.checkoutOptions.submodules = false;
cache.cachix.arc = {
enable = true;
publicKey = "arc.cachix.org-1:DZmhclLkB6UO0rc0rBzNpwFbbaeLfyn+fYccuAy7YVY=";
};
cache.cachix.kittywitch = {
enable = true;
publicKey = "kittywitch.cachix.org-1:KIzX/G5cuPw5WgrXad6UnrRZ8UDr7jhXzRTK/lmqyK0=";

View file

@ -13,6 +13,7 @@
"nixpkgs-mozilla=${sources.nixpkgs-mozilla}"
"NUR=${sources.NUR}"
"arc=${sources.arc-nixexprs}"
"ci=${sources.ci}"
];
binaryCaches = [ "https://arc.cachix.org" "https://kittywitch.cachix.org" ];
binaryCachePublicKeys =