Update for nixForLinking #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The module is currently busted with an infinite recursion against nixpkgs master.
This for example affects
nix-prefetch-git
, but likely also other packages.cc @k900 this wasn't supposed to blow up our stuff, oh dear
i will fix this.
In case this info is helpful, I've also started encountering issues since upgrading to the latest nixpkgs, for me it's not infinite recursion but instead
nixd
/nixt
failing to build with the (exact?) same error message as in #45.That is helpful info, I think that I fixed that since nix flake check passes now on main? But if it's still broken, it probably should be fixed in nixpkgs so that it points to nixForLinking.
Fixes: 2.92.0-1, 2.91.1-3, main. Have fun lixing <3