Skip to content

Commit

Permalink
add nixfmt to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Aug 10, 2024
1 parent c157385 commit 599de19
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 @@ -36,7 +36,7 @@
devShells = forAllSystems (system:
let pkgs = pkgsFor system; in {
default = pkgs.mkShell {
buildInputs = [ pkgs.go pkgs.gopls ];
buildInputs = [ pkgs.go pkgs.gopls pkgs.nixfmt-rfc-style ];
# Add a Git pre-commit hook.
shellHook = onchg.shellHook.${system};
};
Expand Down

0 comments on commit 599de19

Please sign in to comment.