Skip to content

Commit

Permalink
Remove explicit packages list in nix shell #223
Browse files Browse the repository at this point in the history
Explicitly listing some local packages and not others means the latter
one won't have their dependencies managed by haskell.nix which
potentially leads to incompatibilities. Implicitly, all local packages
have their dependencies managed by nix which should make the build
more consistent.
  • Loading branch information
abailly authored and ch1bo committed Feb 21, 2022
1 parent b75d17d commit 04a454c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ let
];

haskellNixShell = hsPkgs.shellFor {
packages = ps: with ps; [
hydra-prelude
hydra-node
hydra-plutus
hydra-cluster
merkle-patricia-tree
];

# Haskell.nix managed tools (via hackage)
tools = {
Expand Down

0 comments on commit 04a454c

Please sign in to comment.