-
Notifications
You must be signed in to change notification settings - Fork 43
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
Build error for TUI after flake update
#372
Comments
I've seen that, as well, today in one of my downstream projects. I did them build the TUI directly from std on the same commit that I had used downstream and it built, after that I locked the downstream.flake to a different version and immediately locked it back to the previos version that had failed with the same error. This time it worked. I haven't gotten behind what was causing this, yet. |
I am also seeing this locally. My configuration is https://github.com/sielicki/dogfiles, but I haven't pushed in a few months as I need to audit my git history for secrets, so I doubt that's much help. |
Maybe this fixed it: https://github.com/paisano-nix/tui/compare/v0.4.1..v0.4.2 Could you check with https://github.com/divnix/std/compare/v0.31.0..v0.31.1 and report back, please? |
If the previous attempt didn't fix things, I hope this does, now: https://github.com/divnix/std/blob/main/CHANGELOG.md#v0320---2024-02-19 Beware it bumps Standard's |
I was trying to update my setup based on an old version of https://github.com/truelecter/hive/ to newer nixpkgs and run
nix flake update
, and after that my repo devShell doens't work.Reverted to the last working build on my end and all works now, using https://github.com/divnix/std/commits/b548f1eb8e035a2288b9cb91aa178f27b61d81aa
The text was updated successfully, but these errors were encountered: