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

feat: upgrade nix version #15

Closed
wants to merge 1 commit into from

Conversation

thaodt
Copy link
Contributor

@thaodt thaodt commented Apr 25, 2022

The original ipipe depended on the old nix version which caused a vulnerability on our pipeline audit check

This PR served for upgrading nix version.
But this version won't have these error types anymore nix::Error::InvalidPath, nix::Error::InvalidUtf8 & nix::Error::UnsupportedOperation, for further details please check this discussion.
TLDR: No conversion between Errno and std::io::Error anymore.
My changes are to adapt this, but im not sure if its enough.
Please do a rough review. Thanks.

@thaodt thaodt closed this Apr 25, 2022
@thaodt thaodt deleted the feature/upgrade-nix-version branch April 25, 2022 06:29
@thaodt thaodt restored the feature/upgrade-nix-version branch April 25, 2022 06:30
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