Skip to content

Commit

Permalink
rust-analyzer-unwrapped: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 16, 2024
1 parent 2f9cef5 commit 2fa0afb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2fa0afb

Please sign in to comment.