forgejo-runner: fix nixos 25.11 package name
This commit is contained in:
parent
d55f7dc490
commit
254b7bca19
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
# https://wiki.nixos.org/wiki/Forgejo
|
# https://wiki.nixos.org/wiki/Forgejo
|
||||||
|
|
||||||
services.gitea-actions-runner = {
|
services.gitea-actions-runner = {
|
||||||
package = pkgs.forgejo-actions-runner;
|
package = pkgs.forgejo-runner;
|
||||||
instances.default = {
|
instances.default = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "cccb";
|
name = "cccb";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue