sneeuwvlok/modules/nixos/services/development/forgejo/Dockerfile.default
Chris Kruining 4d4f4e67e0
Some checks failed
Test action / Print hello world (push) Failing after 7s
add registry?
2025-09-04 11:23:50 +02:00

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"]