test
Some checks failed
deploy-rs / deploy-rs (push) Failing after 0s

This commit is contained in:
iFargle 2023-12-25 12:20:11 +09:00
parent 112e253bb1
commit 79ecbf7209

View file

@ -16,17 +16,9 @@
labels = [ "self-hosted:host://-self-hosted" ];
url = "https://git.sysctl.io";
tokenFile = /run/secrets/services/forgejo_token;
hostPackages = with pkgs; [
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
hostPackages = with pkgs [
sudo
coreutils
tailscale
];
};