update default runner dockerfile

This commit is contained in:
Chris Kruining 2025-09-04 10:39:31 +02:00
parent e048ada01f
commit 0d6fb5aab6
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -1,5 +1,6 @@
FROM 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"]