We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff68f91 + af52f53 commit 307718fCopy full SHA for 307718f
modules/hooks.nix
@@ -3423,7 +3423,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
3423
inherit (hooks) rustfmt;
3424
inherit (rustfmt) settings;
3425
cargoArgs = lib.cli.toGNUCommandLineShell { } {
3426
- inherit (settings) all package verbose;
+ inherit (settings) all package verbose manifest-path;
3427
};
3428
rustfmtArgs = lib.cli.toGNUCommandLineShell { } {
3429
inherit (settings) check emit config-path color files-with-diff config verbose;
0 commit comments