5 lines
169 B
Docker
5 lines
169 B
Docker
FROM nixos/nix:2.21.4
|
|
|
|
RUN ln -s `which sleep` /bin/sleep
|
|
RUN echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
|
|
RUN nix-env -iA nixpkgs.nodejs-slim
|