nix-docker-compat/Dockerfile

6 lines
169 B
Text
Raw Permalink Normal View History

2024-07-10 21:09:21 +05:00
FROM nixos/nix:2.21.4
RUN ln -s `which sleep` /bin/sleep
2024-07-10 21:53:34 +05:00
RUN echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
RUN nix-env -iA nixpkgs.nodejs-slim