fix(forgejo): ci?

This commit is contained in:
Kat Inskip 2025-10-13 10:04:59 -07:00
parent 6fe1921360
commit e3ad8ea3a2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -14,7 +14,10 @@
};
};
nix.config.max-silent-time = 60 * 60;
nix.config = {
max-silent-time = 60 * 60;
build-users-group = "";
};
/*
nix.config = {
extra-platforms = ["aarch64-linux" "armv6l-linux" "armv7l-linux"];