forgejo: install pkgs for runners
Some checks failed
/ check (push) Failing after 26s
Some checks failed
/ check (push) Failing after 26s
This commit is contained in:
parent
4316a26a57
commit
6342f2f19f
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
|
@ -47,5 +48,14 @@
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
#"native:host"
|
#"native:host"
|
||||||
];
|
];
|
||||||
|
hostPackages = with pkgs; [
|
||||||
|
sudo
|
||||||
|
bash
|
||||||
|
curl
|
||||||
|
coreutils
|
||||||
|
wget
|
||||||
|
gitMinimal
|
||||||
|
wget
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue