Skip to content

Commit c499c91

Browse files
authored
add further comments
1 parent cae1ef0 commit c499c91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dogfood/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@ COPY --from=go /tmp/bin /usr/local/bin
312312
COPY --from=rust-utils /tmp/bin /usr/local/bin
313313
COPY --from=proto /tmp/bin /usr/local/bin
314314

315-
# Configure Nix without sandboxing - https://github.com/NixOS/nix/issues/2636#issuecomment-455302745
315+
# Configure Nix without sandboxing
316+
# - https://github.com/NixOS/nix/issues/2636#issuecomment-455302745
317+
# - https://nixos.org/manual/nix/stable/installation/multi-user.html#setting-up-the-build-users
316318
RUN addgroup --system nixbld \
317319
&& adduser coder nixbld \
318320
&& for i in $(seq 1 30); do useradd -ms /bin/bash nixbld$i && adduser nixbld$i nixbld; done \

0 commit comments

Comments
 (0)