about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-22 00:03:08 +0000
committerGitHub <noreply@github.com>2023-10-22 00:03:08 +0000
commit09fabcdc4ee7750d9aea71c15f35038e786a3ba5 (patch)
tree9a82d1e742d042c4962a7eec33206bdc2e8abe2c /pkgs/development/compilers/rust
parent8092b36db1a6c91076a6d86d5139ee0834099b3a (diff)
parent1cf369a0dd162e2da454edd7880eb87bd4543eef (diff)
downloadnixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.tar
nixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.tar.gz
nixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.tar.bz2
nixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.tar.lz
nixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.tar.xz
nixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.tar.zst
nixlib-09fabcdc4ee7750d9aea71c15f35038e786a3ba5.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/rustfmt.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/rustfmt.nix b/pkgs/development/compilers/rust/rustfmt.nix
index b53be1633d56..40f6237dbe98 100644
--- a/pkgs/development/compilers/rust/rustfmt.nix
+++ b/pkgs/development/compilers/rust/rustfmt.nix
@@ -38,6 +38,7 @@ rustPlatform.buildRustPackage rec {
     description = "A tool for formatting Rust code according to style guidelines";
     homepage = "https://github.com/rust-lang-nursery/rustfmt";
     license = with licenses; [ mit asl20 ];
+    mainProgram = "rustfmt";
     maintainers = with maintainers; [ globin basvandijk ];
   };
 }