nix-super/tests/functional/lang/symlink-resolution
Alois Wohlschlager 89e21ab4bd
Restore builtins.pathExists behavior on broken symlinks
Commit 83c067c0fa changed `builtins.pathExists`
to resolve symlinks before checking for existence. Consequently, if the path
refers to a symlink itself, existence of the target of the symlink (instead of
the symlink itself) was checked. Restore the previous behavior by skipping
symlink resolution in the last component.
2024-02-13 18:09:55 +01:00
..
foo Fix symlink handling 2023-11-16 16:45:14 +01:00
overlays Fix symlink handling 2023-11-16 16:45:14 +01:00
broken Restore builtins.pathExists behavior on broken symlinks 2024-02-13 18:09:55 +01:00