-
Notifications
You must be signed in to change notification settings - Fork 107
update flake and rust dependencies #317
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
base: master
Are you sure you want to change the base?
Conversation
The only skipped dependency is |
Tested the PR locally, works fine. No regression appears to be present. |
This a naive update with minor adjustements for new APIs. Most changes are clap related because their macro naming has changed.
Extend ast handling for nodename with dots, see serokell#307
After an hour on a builder, nixos vm test failed, seems like activation CLI needs some more work:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I have debugged the issue with the tests.
Since you bumped the nixpkgs version, this commit removes the switch-to-configuration
script by default.
We should enable this option in the common config because the test VMs need to have the new rust script in path (since they cannot fetch it while being run)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overlay
outputs seems to be deprecated as well in favor of overlays.default
…loys [This](NixOS/nixpkgs@4cfbbb3) commit has disabled the option by default, but we need the `switch-to-configuration` binary in order to successfully deploy to the server
Fix tests + overlays output
This is a naive update with minor adjustments for new APIs. Most changes are clap related because their macro naming has changed.