fix: some dependencies for workflows
This commit is contained in:
parent
1728c21908
commit
069ec1166f
1 changed files with 2 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ in {
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
forgejo-runner
|
forgejo-runner
|
||||||
|
nodejs_24 # Needed for actions/checkout@v4 action
|
||||||
];
|
];
|
||||||
|
|
||||||
users.groups.runner = {};
|
users.groups.runner = {};
|
||||||
|
|
@ -97,7 +98,7 @@ in {
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "runner";
|
User = "runner";
|
||||||
Environment = "PATH=/bin";
|
Environment = "PATH=$PATH:/run/current-system/sw/bin";
|
||||||
};
|
};
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue