Skip to content
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

Put all rhyolite packages in the shell #196

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

madeline-os
Copy link
Collaborator

This means that when you drop into nix-shell -A proj.shells.ghc, cabal
will build all of the local packages that are dependencies you have,
instead of them being built as part of entering the nix-shell. This is
somewhat painful in that more building happens than needed for most
dependencies, but the previous approach led to being unable to enter a
nix-shell if there was a broken package.

@madeline-os madeline-os requested a review from ali-abrar August 11, 2022 20:50
This means that when you drop into `nix-shell -A proj.shells.ghc`, cabal
will build all of the local packages that are dependencies you have,
instead of them being built as part of entering the nix-shell. This is
somewhat painful in that more building happens than needed for most
dependencies, but the previous approach led to being unable to enter a
nix-shell if there was a broken package.
@ali-abrar ali-abrar requested a review from cgibbard May 25, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants