Skip to content

Commit

Permalink
Merge branch 'main' into friday-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hawickhorst-antithesis committed May 7, 2024
2 parents 7ab8a21 + 7fdc05c commit 27af096
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
inherit (antithesis-sdk-rust) workspaceMSRV clippy test;
};

formatters = pkgs: {
"*.rs" = "${pkgs.rustfmt}/bin/rustfmt";
"*.nix" = "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt";
};
# TODO: Decide whether we want auto formatting.
# formatters = pkgs: {
# "*.rs" = "${pkgs.rustfmt}/bin/rustfmt";
# "*.nix" = "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt";
# };

flakelight.builtinFormatters = false;
};
Expand Down

0 comments on commit 27af096

Please sign in to comment.