You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ touch ed
$ result/bin/uutils-ln -s ed red
$ result/bin/uutils-ln -snrf ed redln: No such file or directory (os error 2)
$ lsd -lah redlsd: red: No such file or directory (os error 2).
When nixpkgs tries to convert absolute symlinks to relative ones this currently fails with the deletion of the symlink. Tested on current master with https://patch-diff.githubusercontent.com/raw/uutils/coreutils/pull/2330.diff applied.
After the error the original symlink is deleted.