feat(github-runner): preinstalled packages

This commit is contained in:
arcnmx 2024-10-18 09:45:19 -07:00
parent 3827f498e9
commit 3a7bea8a8a

View file

@ -1,4 +1,5 @@
{
pkgs,
config,
gensokyo-zone,
lib,
@ -73,6 +74,11 @@ in {
extraEnvironment = {
GIT_TEXTDOMAINDIR = "${config.programs.git.package}/share/locale";
};
extraPackages = with pkgs; [
rsync
zip
curl
];
networkNamespace.name = mkIf (cfg.networkNamespace.name != null) (mkDefault cfg.networkNamespace.name);
serviceSettings = {
wantedBy = ["${cfg.targetName}.target"];