mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ci: Added arc cachix
This commit is contained in:
parent
b124bf26a8
commit
e44c4c61ec
2 changed files with 5 additions and 0 deletions
4
ci.nix
4
ci.nix
|
|
@ -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=";
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue