-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot pre-build shells with nix-build
#373
Comments
It turns out that the nix store, after entering both a ghc and a ghcjs shell, becomes so large I cannot make a practical container out of it. I'd like to GC the nix store to try and get it smaller, but the |
@ryantrinkle that stuff is going to change a bit here, which actually should make this stuff a lot easier. |
@ElvishJerricco Awesome! |
Is there any action that we need to take in reflex-platform to further this along, or is this entirely an upstream issue? |
It looks like |
Provide access to cookies pre- and post-hydration
I am attempting to pre-build the dependencies of a reflex-platform project (so that my CI doesn't have to rebuild everything on each run). I tried to do this with a
But the build fails with:
I have been able to fudge it with a
nix-shell -A shells.ghc --run ':'
, but it would be better if I could just build it normally.The text was updated successfully, but these errors were encountered: