Skip to content

Commit

Permalink
Add shfmt to development environment
Browse files Browse the repository at this point in the history
Type: chore
  • Loading branch information
nicknovitski committed Oct 27, 2024
1 parent d7cbfcc commit 8b26333
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 @@ -22,7 +22,7 @@
});
devShells = eachSystem ({pkgs, ...}: {
default = pkgs.mkShell {
packages = [pkgs.shellcheck pkgs.actionlint];
packages = [pkgs.shfmt pkgs.shellcheck pkgs.actionlint];
};
});
};
Expand Down

0 comments on commit 8b26333

Please sign in to comment.