[NixOS] Add just to gitea-runner environment

This commit is contained in:
2025-06-01 01:25:06 -06:00
parent 1eaf5166d9
commit a244ee2223

View File

@@ -21,16 +21,17 @@ makeEnable config "myModules.gitea-runner" false {
}; };
hostPackages = with pkgs; [ hostPackages = with pkgs; [
bash bash
direnv
coreutils coreutils
curl curl
direnv
docker
gawk gawk
git-lfs git-lfs
nixVersions.stable
gitFull gitFull
gnused gnused
just
nixVersions.stable
nodejs nodejs
docker
openssh openssh
wget wget
]; ];