Skip to content

Commit

Permalink
chore(devenv): assume bash for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jul 25, 2024
1 parent 9c48aea commit 8840cdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
check = true;
};
};
shellcheck.enable = true;
shellcheck = {
enable = true;
entry = "shellcheck -s bash";
};
};

# https://devenv.sh/processes/
Expand Down

0 comments on commit 8840cdd

Please sign in to comment.