back to native
All checks were successful
Hello World / test (push) Successful in 1s

This commit is contained in:
plasmagoat 2025-06-07 03:13:44 +02:00
parent 1e38f70679
commit a5d39be9ca
2 changed files with 7 additions and 1 deletions

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: nixos-latest runs-on: native
defaults: defaults:
run: run:

View file

@ -28,6 +28,12 @@
}; };
}; };
environment.systemPackages = with pkgs; [
wget
nodejs
];
# systemd.services."forgejo-actions-runner-default".serviceConfig = { # systemd.services."forgejo-actions-runner-default".serviceConfig = {
# User = "forgejo-runner"; # User = "forgejo-runner";
# Group = "forgejo-runner"; # Group = "forgejo-runner";