Skip to content

Commit

Permalink
Merge pull request #516 from Pyxels/fix/rustfmt/cargoManifestPath
Browse files Browse the repository at this point in the history
fix(rustfmt): add cargoManifestPath back
  • Loading branch information
sandydoo authored Oct 16, 2024
2 parents ff68f91 + af52f53 commit 307718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
inherit (hooks) rustfmt;
inherit (rustfmt) settings;
cargoArgs = lib.cli.toGNUCommandLineShell { } {
inherit (settings) all package verbose;
inherit (settings) all package verbose manifest-path;
};
rustfmtArgs = lib.cli.toGNUCommandLineShell { } {
inherit (settings) check emit config-path color files-with-diff config verbose;
Expand Down

0 comments on commit 307718f

Please sign in to comment.