FROM nixos/nix
ENV TZ="Asia/Tokyo"
RUN nix-channel --update
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]