Skip to content

Commit

Permalink
Add nixfmt to devshell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed Oct 2, 2024
1 parent 406eac0 commit 6e24262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/modules/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
];
packages = with pkgs; [
nixd # Nix language server
nixfmt # Nix formatter
cargo-watch
config.process-compose.cargo-doc-live.outputs.package
];
Expand Down

0 comments on commit 6e24262

Please sign in to comment.