Skip to content

Commit ec10dc1

Browse files
committed
line now exists in main.tf
1 parent fb1eac8 commit ec10dc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dogfood/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,6 @@ RUN cd /opt \
333333
&& ln -s "nix-${NIX_VERSION}-x86_64-linux" nix \
334334
&& rm -rf "nix-${NIX_VERSION}-x86_64-linux.tar.xz"
335335

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-
339336
# Ensure go bins are in the 'coder' user's path. Note that no go bins are
340337
# installed in this docker file, as they'd be mounted over by the persistent
341338
# home volume.

0 commit comments

Comments
 (0)