diff --git a/nix/fmt.nix b/nix/fmt.nix index 284094564..8cfb4581d 100644 --- a/nix/fmt.nix +++ b/nix/fmt.nix @@ -24,7 +24,7 @@ }; settings.formatter.rustfmt = { - command = "${lib.getExe' self'.packages.stable-toolchain "rustfmt"}"; + command = "${lib.getExe' self'.packages.dev-toolchain "rustfmt"}"; includes = [ "**/*.rs" ]; options = [ "--unstable-features"