fix(git): add cache whitelist for the runner
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
@@ -19,6 +19,12 @@ in
|
||||
importConfig = [
|
||||
../config/git-gitea.nix
|
||||
];
|
||||
additional = {
|
||||
nix.extraOptions = ''
|
||||
extra-substituters = https://devenv.cachix.org https://nixpkgs-python.cachix.org
|
||||
extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU=
|
||||
'';
|
||||
};
|
||||
};
|
||||
logging = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user