rust-analyzer-unwrapped: move to by-name

This commit is contained in:
Austin Horstman 2024-11-16 16:39:49 -06:00
parent 2f9cef5a5e
commit 2fa0afb7fd
No known key found for this signature in database
4 changed files with 1 additions and 2 deletions

View File

@ -7081,8 +7081,7 @@ with pkgs;
opensyclWithRocm = opensycl.override { rocmSupport = true; };
rustfmt = rustPackages.rustfmt;
rust-analyzer-unwrapped = callPackage ../development/tools/rust/rust-analyzer { };
rust-analyzer = callPackage ../development/tools/rust/rust-analyzer/wrapper.nix { };
rust-analyzer = callPackage ../by-name/ru/rust-analyzer-unwrapped/wrapper.nix { };
rust-bindgen-unwrapped = callPackage ../development/tools/rust/bindgen/unwrapped.nix { };
rust-bindgen = callPackage ../development/tools/rust/bindgen { };
rust-cbindgen = callPackage ../development/tools/rust/cbindgen {