This commit is contained in:
parent
1e38f70679
commit
a5d39be9ca
2 changed files with 7 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nixos-latest
|
||||
runs-on: native
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
|
|
@ -28,6 +28,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
nodejs
|
||||
];
|
||||
|
||||
# systemd.services."forgejo-actions-runner-default".serviceConfig = {
|
||||
# User = "forgejo-runner";
|
||||
# Group = "forgejo-runner";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue