Skip to content

Commit

Permalink
shell.nix: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jul 4, 2019
1 parent 053186a commit 8d41620
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ let
default = import ./default.nix {};
in
default.nix-tools._raw.shellFor {
packages = p: map (x: p."${x}") [
"io-sim"
"io-sim-classes"
"ouroboros-consensus"
"ouroboros-network"
"typed-transitions"
packages = ps: with ps; [
io-sim
io-sim-classes
ouroboros-consensus
ouroboros-network
typed-transitions
];
withHoogle = withHoogle;
inherit withHoogle;
buildInputs = with default.nix-tools._raw; [
cabal-install.components.exes.cabal
];
Expand Down

0 comments on commit 8d41620

Please sign in to comment.