Skip to content

Add nix installation#93

Merged
bthomee merged 9 commits intoXRPLF:mainfrom
kuznetsss:Add_nix
Feb 6, 2026
Merged

Add nix installation#93
bthomee merged 9 commits intoXRPLF:mainfrom
kuznetsss:Add_nix

Conversation

@kuznetsss
Copy link
Copy Markdown
Contributor

No description provided.

@kuznetsss kuznetsss requested a review from mathbunnyru February 5, 2026 16:53
Comment on lines +311 to +321
# Install nix
RUN sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon --yes

# Add nix to PATH and set NIX environment variables so nix is available in all
# shells including non-interactive shells (e.g., GitHub Actions).
ENV PATH="/nix/var/nix/profiles/default/bin:${PATH}"
ENV NIX_PROFILES="/nix/var/nix/profiles/default"
ENV NIX_SSL_CERT_FILE="/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt"

# Verify the nix installation.
RUN nix --version
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here and elsewhere, can you move this to the section above the versioning? Then you can add nix --version in the versioning block.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@bthomee bthomee merged commit bfc265c into XRPLF:main Feb 6, 2026
70 checks passed
@kuznetsss kuznetsss deleted the Add_nix branch February 6, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants