fix(git): add cache whitelist for the runner
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Xavier Morel
2026-02-09 11:34:38 +01:00
parent e01c7e540a
commit e8a0b57a73
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,8 @@
gnused
wget
devenv
nodejs
nix
];
labels = [
"native:host"

View File

@@ -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;