FROM nixos/nix
RUN echo "Hello from nixos/nix"
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]