This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
zz shouldn't try to create an index in read only directory #157
Labels
bug
Something isn't working
Comments
oh yeah, that's a probem for all distros. the cache is relative to the modules zz.toml because out of lazyness is just change current directory to the module before calling index(). it was bound to cause problems eventually. now the real question is where should the cache go? |
aep
added a commit
that referenced
this issue
Mar 7, 2021
aep
added a commit
that referenced
this issue
Mar 7, 2021
quickfix looks easy actually. we can just not write a cachefile if there are no repos. std modules can't have repos, because they wouldnt be stable |
aep
added a commit
that referenced
this issue
Mar 7, 2021
please reopen if its not fixed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the
zz
version packaged for NixOS, we install the modules shipped with the compiler globally into a read-only file system. This means that compiling anything with dependencies on that library will fail with:The text was updated successfully, but these errors were encountered: