add registry?
Some checks failed
Test action / Print hello world (push) Failing after 7s

This commit is contained in:
Chris Kruining 2025-09-04 11:23:50 +02:00
parent f9328cd72e
commit 4d4f4e67e0
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -1,4 +1,4 @@
FROM nixos/nix:latest
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