NixOS-based container for running GitHub actions
0
fork

Configure Feed

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

try to set setuid bit on nix

+2 -2
+2 -2
flake.nix
··· 443 443 cp "$tmp" etc/group 444 444 ''; 445 445 fakeRootCommands = '' 446 - chmod u=rws,g=rw,o=rw sbin/sudo 446 + chmod u=rws,g=rw,o=rw bin/sudo 447 + chmod u=rws,g=rw,o=rw bin/nix 447 448 chmod u=rwxt,u=rwx,o=rwx tmp 448 449 chmod u=rwxt,u=rwx,o=rwx var/tmp 449 - chown -R 1001:1001 nix 450 450 chown -R 1001:1001 github 451 451 ''; 452 452 config = {