Rewrite install-from-source guide for Nix build system#1085
Merged
jbw976 merged 1 commit intocrossplane:masterfrom Apr 27, 2026
Merged
Rewrite install-from-source guide for Nix build system#1085jbw976 merged 1 commit intocrossplane:masterfrom
jbw976 merged 1 commit intocrossplane:masterfrom
Conversation
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
Author
|
oops, looks like i have some vale errors to fix 😇 |
Crossplane migrated from Earthly to Nix in crossplane/crossplane#6999. Update the guide to use native Nix as the primary path (nix build, nix run .#push-images), with the ./nix.sh wrapper mentioned as a fallback for readers who don't want to install Nix. Signed-off-by: Jared Watts <jbw976@gmail.com>
9c0ca90 to
1eaf237
Compare
Member
Author
|
OK this PR should be ready for review! 🙇♂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Crossplane migrated its build system from Earthly to Nix in crossplane/crossplane#6999. The
install-from-sourceguide still referenced the oldearthly +...targets and artifact paths, so following it no longer worked.Rewrites the guide around
nix buildandnix run .#push-images, with updated prerequisites,result/artifact paths, and Helm/CLI install steps. The./nix.shDocker wrapper is mentioned as a fallback for readers who don't want to install Nix natively.