Date: Thursday, July 1, 2021 @ 01:42:26 Author: grawlinson Revision: 969055
upgpkg: nix 2.3.13-2 Fixed escaped variables in install file. Modified: nix/trunk/nix.install -------------+ nix.install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: nix.install =================================================================== --- nix.install 2021-07-01 01:34:59 UTC (rev 969054) +++ nix.install 2021-07-01 01:42:26 UTC (rev 969055) @@ -3,9 +3,7 @@ Nix is installed but is not configured. -To access Nix's daemon socket, users must be a member of the group `nix-users`. +To access Nix's daemon socket, users must be a member of the group 'nix-users'. -# usermod -aG nix-users $USER - EOF }
