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 fd6c0f4 commit aad2b60
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 @@ -15547,8 +15547,7 @@ with pkgs;
rhack = callPackage ../development/tools/rust/rhack { };
roogle = callPackage ../development/tools/rust/roogle { };
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-audit-info = callPackage ../development/tools/rust/rust-audit-info { };
rust-bindgen-unwrapped = callPackage ../development/tools/rust/bindgen/unwrapped.nix { };
rust-bindgen = callPackage ../development/tools/rust/bindgen { };
Expand Down

0 comments on commit aad2b60

Please sign in to comment.