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 the nix flake #219

Closed
wants to merge 2 commits into from
Closed

Conversation

superwhiskers
Copy link

at least when i tried to build this using the flake, it failed because of impurities in the build process (it tried to connect to the network). this set of changes fixes that by using nixpkgs' built-in rust builder. in addition, it adds a development shell which has rustup using nix-direnv.

note that in order for this to work, whenever the Cargo.lock file is updated (which i've removed from the .gitignore so that nix can see it), the cargoSha256 attribute in the flake.nix file must be updated to reflect dependency updates.

@superwhiskers
Copy link
Author

bump

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.

1 participant