Skip to content

Commit 307718f

Browse files
authored
Merge pull request #516 from Pyxels/fix/rustfmt/cargoManifestPath
fix(rustfmt): add cargoManifestPath back
2 parents ff68f91 + af52f53 commit 307718f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
34233423
inherit (hooks) rustfmt;
34243424
inherit (rustfmt) settings;
34253425
cargoArgs = lib.cli.toGNUCommandLineShell { } {
3426-
inherit (settings) all package verbose;
3426+
inherit (settings) all package verbose manifest-path;
34273427
};
34283428
rustfmtArgs = lib.cli.toGNUCommandLineShell { } {
34293429
inherit (settings) check emit config-path color files-with-diff config verbose;

0 commit comments

Comments
 (0)