nix-community / lorri

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Apache License 2.0
639 stars 24 forks source link

Fix project path normalization #115

Closed Profpatsch closed 3 months ago

Profpatsch commented 3 months ago
Profpatsch commented 3 months ago

Yeah it is exactly not canonicalize we want, think about e.g.

ln -s subdir/shell.nix shell.nix

canonicalize would make our project directory subdir instead of . after resolving the symlink.