Skip to content

Commit

Permalink
Merge pull request #145 from input-output-hk/add-yq-and-gh
Browse files Browse the repository at this point in the history
Add `yq-go` and `gh`
  • Loading branch information
newhoggy authored Jul 29, 2023
2 parents 7e17da2 + b3a4f52 commit c34175a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
stylish-haskell = "0.14.4.0";
};
# and from nixpkgs or other inputs
shell.nativeBuildInputs = with nixpkgs;
[
];
shell.nativeBuildInputs = with nixpkgs; [ gh jq yq-go ];
# disable Hoogle until someone request it
shell.withHoogle = false;
# Skip cross compilers for the shell
Expand Down

0 comments on commit c34175a

Please sign in to comment.