FROM nixos/nix COPY . /temp RUN ls /temp ENTRYPOINT [ "/run/current-system/sw/bin/sleep", "100000" ]