Compare commits

...

1 commit

Author SHA1 Message Date
Felix Schröter b19bbf6d81
feat(forgejo): add packages to runner
Some checks failed
Test / tests (push) Failing after 2s
2025-01-19 13:25:36 +01:00

View file

@ -18,6 +18,19 @@ in
tokenFile = ""; # dynamically retrieved from Forgejo (see further below)
name = config.networking.hostName;
labels = [ "native:host" ];
hostPackages = with pkgs; [
# default
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
nix
];
settings = {
container.network = "host";
};