[NixOS] Add just to gitea-runner environment
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user