nix-community / lorri

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

Lib nix file make absolute by construction #14

Closed Profpatsch closed 3 years ago

Profpatsch commented 3 years ago

Adds an AbsPathBuf wrapper around PathBuf that makes paths absolute by construction; this helps since we are working with paths a lot and want to make sure they are absolute in most situations.