v7.2.14
7.2.14 (2025-06-01)
Bug Fixes
- detnix: n2l now automatically handles the builtins.path { path } buisness (753ab0f)
https://determinate.systems/posts/changelog-determinate-nix-352/#new-warning
^ prevents luaPath from throwing this warning when you pass it a path
like ./.
applies to detsys nix only, but hopefully lazy-trees makes it to
upstream eventually
honorable mentions for @dwinkler1 who told me here #300 to try detsys nix to fix
this in the first place
This only fixes it when you directly give it a path.
If you give it a string with a path interpolated inside it, you will
still need to call builtins.path on it to avoid the inefficient double
copy