We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e470021 commit 2e3db30Copy full SHA for 2e3db30
dogfood/Dockerfile
@@ -322,6 +322,9 @@ USER coder
322
# Install Nix
323
RUN sh <(curl -L https://nixos.org/nix/install) --no-daemon
324
325
+RUN echo '. /home/coder/.nix-profile/etc/profile.d/nix.sh' >> /home/coder/.bashrc
326
+RUN mkdir -p /home/coder/.config/nixpkgs && echo '{ allowUnfree = true; }' >> /home/coder/.config/nixpkgs/config.nix
327
+
328
# Ensure go bins are in the 'coder' user's path. Note that no go bins are
329
# installed in this docker file, as they'd be mounted over by the persistent
330
# home volume.
0 commit comments