Open osmano807 opened 9 months ago
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. nix derivation show
output and flake.lock is here, let me know if anything else could 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?
this works for me:
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 nixpkgs
version!! That might cause all kinds of ripple effects if you've done nixpkgs.follows = "std/nixpkgs";
(or equivalents) anywhere in your config! Your nixpkgs
would be rug-pulled under your feet.
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