NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add wheel group

+1
+1
flake.nix
··· 140 140 141 141 groups = { 142 142 root.gid = 0; 143 + wheel.gid = 1; 143 144 github.gid = 1001; 144 145 nixbld.gid = 30000; 145 146 nobody.gid = 65534;