6 lines
No EOL
175 B
Text
6 lines
No EOL
175 B
Text
FROM docker.io/nixos/nix:latest
|
|
|
|
RUN nix-env -iA nixpkgs.nodejs_24
|
|
RUN echo "experimental-features = nix-command flakes pipe-operators" >> /etc/nix/nix.conf
|
|
|
|
CMD ["/bin/bash"] |