Skip to content

Put all rhyolite packages in the shell#196

Open
madeline-os wants to merge 4 commits intodevelopfrom
change-shell-logic
Open

Put all rhyolite packages in the shell#196
madeline-os wants to merge 4 commits intodevelopfrom
change-shell-logic

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