···7172- `hiawata` has been removed, due to lack of active development upstream, lack of maintainership downstream and upcoming security issues.
730074- `cudaPackages.cudatoolkit-legacy-runfile` has been removed.
7576- `conduwuit` was removed due to upstream ceasing development and deleting their repository. For existing data, a migration to `matrix-conduit`, `matrix-continuwuity` or `matrix-tuwunel` may be possible.
···7172- `hiawata` has been removed, due to lack of active development upstream, lack of maintainership downstream and upcoming security issues.
7374+- `forgejo` main program has been renamed to `bin/forgejo` from the previous `bin/gitea`.
75+76- `cudaPackages.cudatoolkit-legacy-runfile` has been removed.
7778- `conduwuit` was removed due to upstream ceasing development and deleting their repository. For existing data, a migration to `matrix-conduit`, `matrix-continuwuity` or `matrix-tuwunel` may be possible.
+2-2
nixos/tests/forgejo.nix
···176 + "Please contact your site administrator.'"
177 )
178 server.succeed(
179- "su -l forgejo -c 'GITEA_WORK_DIR=/var/lib/forgejo gitea admin user create "
180 + "--username test --password totallysafe --email test@localhost --must-change-password=false'"
181 )
182···223224 with subtest("Testing runner registration and action workflow"):
225 server.succeed(
226- "su -l forgejo -c 'GITEA_WORK_DIR=/var/lib/forgejo gitea actions generate-runner-token' | sed 's/^/TOKEN=/' | tee /var/lib/forgejo/runner_token"
227 )
228 server.succeed("${serverSystem}/specialisation/runner/bin/switch-to-configuration test")
229 server.wait_for_unit("gitea-runner-test.service")
···176 + "Please contact your site administrator.'"
177 )
178 server.succeed(
179+ "su -l forgejo -c 'GITEA_WORK_DIR=/var/lib/forgejo forgejo admin user create "
180 + "--username test --password totallysafe --email test@localhost --must-change-password=false'"
181 )
182···223224 with subtest("Testing runner registration and action workflow"):
225 server.succeed(
226+ "su -l forgejo -c 'GITEA_WORK_DIR=/var/lib/forgejo forgejo actions generate-runner-token' | sed 's/^/TOKEN=/' | tee /var/lib/forgejo/runner_token"
227 )
228 server.succeed("${serverSystem}/specialisation/runner/bin/switch-to-configuration test")
229 server.wait_for_unit("gitea-runner-test.service")