asdf
Some checks failed
deploy-rs / deploy-rs (push) Failing after 3s

This commit is contained in:
iFargle 2023-12-25 12:24:40 +09:00
parent a6e2426877
commit e341bdbbf4

View file

@ -17,6 +17,7 @@
url = "https://git.sysctl.io"; url = "https://git.sysctl.io";
tokenFile = /run/secrets/services/forgejo_token; tokenFile = /run/secrets/services/forgejo_token;
hostPackages = with pkgs; [ hostPackages = with pkgs; [
# Default
bash bash
coreutils coreutils
curl curl
@ -26,6 +27,7 @@
nodejs nodejs
wget wget
# Extras
sudo sudo
tailscale tailscale
]; ];