fix: some dependencies for workflows

This commit is contained in:
KoenDR06 2026-02-10 18:20:27 +01:00
parent 1728c21908
commit 069ec1166f

View file

@ -80,6 +80,7 @@ in {
in {
environment.systemPackages = with pkgs; [
forgejo-runner
nodejs_24 # Needed for actions/checkout@v4 action
];
users.groups.runner = {};
@ -97,7 +98,7 @@ in {
'';
serviceConfig = {
User = "runner";
Environment = "PATH=/bin";
Environment = "PATH=$PATH:/run/current-system/sw/bin";
};
wantedBy = ["multi-user.target"];
};