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.
Just for the sake of keeping Nixey :smiesmie:
Clone the repository, navigate to the cloned directory with
cd oxeylyzer
, then executenix run
. Alternatively, you can usedirenv allow
to enter the devshell and proceed withcargo run --release
as usual.Unfortunately, I was unable to make
nix run --refresh github:nyawox/oxeylyzer/nixey
or installing it as a package on NixOS work due tooxeylyzer-core/src/weights.rs
assuming the repository is locally cloned in the current directory.Update: even
cargo install --path ./
doesn't seem to make it runnable globally, likely indicating a separate issue.I didn't add treefmt because I don't know your favorite formatter and linter, perhaps rustfmt and clippy?