Skip to content

Commit

Permalink
flake.nix: add shellcheck to the dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Apr 25, 2024
1 parent da936ff commit cb90ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
stylish-haskell = "0.14.5.0";
};
# and from nixpkgs or other inputs
shell.nativeBuildInputs = with nixpkgs; [ gh jq yq-go ];
shell.nativeBuildInputs = with nixpkgs; [ gh jq yq-go shellcheck ];
# disable Hoogle until someone request it
shell.withHoogle = false;
# Skip cross compilers for the shell
Expand Down

0 comments on commit cb90ab3

Please sign in to comment.