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. - https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html - https://hackage.haskell.org/package/filepath-1.4.100.4
Sometimes we concat paths, or we need a normalized
StoreDir, as currently it is/nix/storeand it's easy to forget to add<> "/" <>. Also too POSIXy.