-
Notifications
You must be signed in to change notification settings - Fork 11
Fix toolchain invocation for Nix and resolve partial crate versions #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
christian-blades-cb
wants to merge
19
commits into
snowmead:main
Choose a base branch
from
christian-blades-cb:fixup-nixos-invokation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
240a3f8
Fix toolchain invocation for Nix and resolve partial crate versions
christian-blades-cb dbd78f2
Return semver-sorted version list when crate version not found
christian-blades-cb 427d099
Apply version resolution earlier in cache and docs paths
christian-blades-cb 8c7bf98
Use rolling nightly in flake instead of pinned toolchain date
christian-blades-cb 3d4fcfc
Resolve version upfront and use that version for subsequent calls
christian-blades-cb bcbe758
fixup! use resolved version in get_dependencies
christian-blades-cb 23950da
fixup! isLinux, test attribute
christian-blades-cb 4a2531d
cargo fmt --all
christian-blades-cb 4117aaf
lint! address clippy
christian-blades-cb 92751a7
Replace redundant resolve_crates_io_version with resolve_version in e…
christian-blades-cb fe41505
Add nix flake check CI workflow
christian-blades-cb d160f82
limit flake check systems
christian-blades-cb fe0ba35
Fix toolchain detection and feature fallback for Nix/non-rustup envir…
christian-blades-cb 9e19f4e
Add cross-platform feature fallback integration test; fix bevy test s…
christian-blades-cb a363858
Merge remote-tracking branch 'origin/main' into fixup-nixos-invokation
snowmead 106f036
Merge main and fix integration test after features field addition
snowmead c71c918
Address review feedback on version errors and Nix rustdoc invocation
snowmead 400b2b3
Fix unused Context import on non-macOS CI targets
snowmead 15d4f38
Restore anyhow::Context import for merged CLI integration tests
snowmead File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| name: Nix | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ "main" ] | ||
| pull_request: | ||
| branches: [ "main" ] | ||
|
|
||
| jobs: | ||
| check: | ||
| name: nix flake check | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 60 | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: DeterminateSystems/nix-installer-action@main | ||
|
|
||
| - uses: DeterminateSystems/magic-nix-cache-action@main | ||
|
|
||
| - name: Check flake | ||
| run: nix flake check | ||
|
|
||
| - name: Check dev shell | ||
| run: nix develop --command rustc --version |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.