diff --git a/Dockerfile b/Dockerfile index 510854d..5cf7e63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN mkdir -p /etc/nix && \ echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf # Install devenv (the Nix way, not the apt-get way) -RUN nix profile add nixpkgs#devenv && \ - nix-collect-garbage -d +# RUN nix profile add nixpkgs#devenv && \ +# nix-collect-garbage -d CMD ["/bin/bash"]