Skip to content
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

fix cargo run on nixos #628

Merged
merged 1 commit into from
Aug 25, 2024
Merged

fix cargo run on nixos #628

merged 1 commit into from
Aug 25, 2024

Conversation

sodiboo
Copy link
Contributor

@sodiboo sodiboo commented Aug 24, 2024

this boils down to adding some extra dependencies to the shell environment. they're also inherited from craneArgs because the ones from the package are actually transformed into the WRONG outputs of the packages. also refactors to use craneLib.devShell because it's somewhat cleaner.


the formatting changes around L45-L47 are caused by nix fmt. this is what alejandra wants to format it like, which is already the formatter set to be used for the nix flake

this boils down to adding some extra dependencies to the shell
environment. they're also inherited from craneArgs because the ones from
the package are actually transformed into the WRONG outputs of the
packages. also refactors to use craneLib.devShell because it's somewhat
cleaner.
@sodiboo
Copy link
Contributor Author

sodiboo commented Aug 24, 2024

This PR is a follow-up to #579 (review)

@YaLTeR YaLTeR merged commit dd919fe into YaLTeR:main Aug 25, 2024
9 checks passed
@YaLTeR
Copy link
Owner

YaLTeR commented Aug 25, 2024

Thanks

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.

2 participants