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:
@@ -40,6 +40,8 @@
|
|||||||
gnused
|
gnused
|
||||||
wget
|
wget
|
||||||
devenv
|
devenv
|
||||||
|
nodejs
|
||||||
|
nix
|
||||||
];
|
];
|
||||||
labels = [
|
labels = [
|
||||||
"native:host"
|
"native:host"
|
||||||
|
|||||||
@@ -19,6 +19,12 @@ in
|
|||||||
importConfig = [
|
importConfig = [
|
||||||
../config/git-gitea.nix
|
../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 = {
|
logging = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user