It's clearly quite late

This commit is contained in:
Parnell Springmeyer 2017-01-26 01:04:12 -08:00
parent 61fe8de40c
commit fd974085bf
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A

View File

@ -59,9 +59,6 @@ let
chmod "u${if setuid then "+" else "-"}s,g${if setgid then "+" else "-"}s,${permissions}" ${permissionsWrapperDir}/${program}
'';
mkActivationScript = programsToWrap:
;
in
{