Skip to content

Commit 8a451dd

Browse files
authored
Merge pull request #1155 from input-output-hk/no-explicit-local-packages
Do not expliticly list local packages in shell.nix
2 parents 57c031a + ef1ebb9 commit 8a451dd

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

nix/hydra/shell.nix

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let
2020
sha256map."https://github.com/pepeiborra/ekg-json"."7a0af7a8fd38045fd15fb13445bdcc7085325460" = "sha256-fVwKxGgM0S4Kv/4egVAAiAjV7QB5PBqMVMCfsv7otIQ=";
2121
};
2222

23-
cabal-plan = pkgs.haskell-nix.tool compiler "cabal-plan" {};
23+
cabal-plan = pkgs.haskell-nix.tool compiler "cabal-plan" { };
2424

2525
libs = [
2626
pkgs.glibcLocales
@@ -73,22 +73,6 @@ let
7373
];
7474

7575
haskellNixShell = hsPkgs.shellFor {
76-
# NOTE: Explicit list of local packages as hoogle would not work otherwise.
77-
# Make sure these are consistent with the packages in cabal.project.
78-
packages = ps: with ps; [
79-
hydra-prelude
80-
hydra-cardano-api
81-
hydra-test-utils
82-
hydra-plutus-extras
83-
plutus-cbor
84-
plutus-merkle-tree
85-
hydra-plutus
86-
hydra-node
87-
hydra-cluster
88-
hydra-tui
89-
hydraw
90-
];
91-
9276
buildInputs = libs ++ buildInputs ++ devInputs;
9377

9478
withHoogle = !withoutDevTools;

0 commit comments

Comments
 (0)