You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cabal's file+noindex repos are an alternative to source-repo-packages. I'm currently trying to figure out if these would be faster than using source-repo-packages with haskell.nix.
But it seems like haskell.nix's plan creation logic can't handle file+noindex repositories. We get errors like the following:
Warning: unable to update the repo index cache --
/nix/store/qqafdyqp0vx6rwd3qi388h1zwqixww5d-dot-cabal/packages/ch-overrides-7dac215512b0f397:
createDirectory: permission denied (Permission denied)
Warning: Error during construction of local+noindex ch-overrides repository
index:
/nix/store/qqafdyqp0vx6rwd3qi388h1zwqixww5d-dot-cabal/packages/ch-overrides-7dac215512b0f397/noindex.cache:
openBinaryFile: does not exist (No such file or directory)
Resolving dependencies...
It seems like we need to give it a space to write the cache
The text was updated successfully, but these errors were encountered:
Cabal's file+noindex repos are an alternative to source-repo-packages. I'm currently trying to figure out if these would be faster than using source-repo-packages with haskell.nix.
But it seems like haskell.nix's plan creation logic can't handle file+noindex repositories. We get errors like the following:
It seems like we need to give it a space to write the cache
The text was updated successfully, but these errors were encountered: