haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
83 stars 23 forks source link

Consider portable `System.FilePath` from `filepath-1.4.100.4`+ #237

Open sorki opened 8 months ago

sorki commented 8 months ago

Sometimes we concat paths, or we need a normalized StoreDir, as currently it is /nix/store and it's easy to forget to add <> "/" <>. Also too POSIXy.

Ericson2314 commented 8 months ago

See also https://github.com/NixOS/nix/issues/9205 upstream