We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1eac8 commit ec10dc1Copy full SHA for ec10dc1
dogfood/Dockerfile
@@ -333,9 +333,6 @@ RUN cd /opt \
333
&& ln -s "nix-${NIX_VERSION}-x86_64-linux" nix \
334
&& rm -rf "nix-${NIX_VERSION}-x86_64-linux.tar.xz"
335
336
-# Enable installation of unfree software - https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package
337
-RUN mkdir -p /home/coder/.config/nixpkgs && echo '{ allowUnfree = true; }' >> /home/coder/.config/nixpkgs/config.nix
338
-
339
# Ensure go bins are in the 'coder' user's path. Note that no go bins are
340
# installed in this docker file, as they'd be mounted over by the persistent
341
# home volume.
0 commit comments