-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put all rhyolite packages in the shell
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.
- Loading branch information
1 parent
354c6b4
commit 47c010c
Showing
2 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ packages: | |
account/types/ | ||
backend/ | ||
beam/db/ | ||
beam/orphans/ | ||
beam/task/backend/ | ||
beam/task/types/ | ||
common/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters