lol
0
fork

Configure Feed

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

atop: don't chmod u+s, otherwise Nix build fails

+1
+1
pkgs/os-specific/linux/atop/default.nix
··· 25 25 sed -e "/touch.*LOGPATH/s@touch@echo should have created @" -i Makefile 26 26 sed -e 's/chown/true/g' -i Makefile 27 27 sed -e '/chkconfig/d' -i Makefile 28 + sed -e 's/chmod 04711/chmod 0711/g' -i Makefile 28 29 ''; 29 30 30 31 preInstall = ''