NixOS-based container for running GitHub actions
0
fork

Configure Feed

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

fix big-lock permissions

+1 -3
+1 -3
flake.nix
··· 446 446 tmp="$(realpath --relative-to=etc etc/group)" 447 447 rm -f etc/group 448 448 cp "$tmp" etc/group 449 - 450 - # ln --symbolic --force "$(realpath --relative-to=etc etc/passwd)" etc/passwd 451 - # ln --symbolic --force "$(realpath --relative-to=etc etc/group)" etc/group 452 449 ''; 453 450 fakeRootCommands = '' 454 451 chmod 4555 sbin/sudo 455 452 chmod 1777 tmp 456 453 chmod 1777 var/tmp 454 + chmod 0666 nix/var/nix/db/big-lock 457 455 chown 1001:1001 github 458 456 chown 1001:1001 github/home 459 457 chown 1001:1001 github/home/.nix-defexpr