Skip to content
Prev Previous commit
Next Next commit
Use the same Nix version as the one tested by GHA
  • Loading branch information
aduh95 committed Dec 8, 2025
commit 7534642b22582a0e5a8a530b2c8f8b4978e45515
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER developer
RUN /home/developer/scripts/clone.sh

# Installing Nix and Cachix
RUN curl -L https://github.com/cachix/install-nix-action/raw/HEAD/install-nix.sh | \
RUN curl -L "https://github.com/$(sed -nE 's#.*(cachix/install-nix-action)@([a-f0-9]+).*#\1/raw/\2#p' /home/developer/nodejs/node/.github/workflows/test-shared.yml)/install-nix.sh" | \
USER=developer \
INPUT_SET_AS_TRUSTED_USER=true \
INPUT_ENABLE_KVM=true \
Expand Down