We don't need a nixbld group for single user nix

This commit is contained in:
Tim Dysinger 2016-04-01 12:43:36 -07:00
parent 40d7ae88e0
commit ede4ee363e
No known key found for this signature in database
GPG key ID: 155E7413C156F68B

View file

@ -22,7 +22,6 @@ RUN chmod -R go-rwsx $HOME
# INSTALL NIX
RUN mkdir /nix
RUN chown -R $USER:$USER /nix
RUN groupadd -r nixbld
CMD /bin/bash -l
WORKDIR $HOME
USER $USER