diff --git a/Dockerfile b/Dockerfile index cd14075..76f90d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,11 +52,6 @@ RUN set -e; \ make install; \ rm -rf /build -# ------------------------------------------------------------ -# Show Nix Version -# ------------------------------------------------------------ -RUN command -v nix && nix --version - # ------------------------------------------------------------ # Runtime working directory and dev entrypoint # ------------------------------------------------------------