Skip to content

Commit

Permalink
Add clang to github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jan 1, 2025
1 parent c464009 commit fd87cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/services/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ in
group = gh-user;
isSystemUser = true;
description = "User for running GitHub related things";
packages = with pkgs; [ clang ];
};
groups.${gh-user} = { };
};
Expand Down

0 comments on commit fd87cea

Please sign in to comment.