mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
llvmPackages_{13,14,15,16,17,18,git}.lldbPlugins: add recurse into attrs
This commit is contained in:
@@ -89,9 +89,7 @@ let
|
||||
}
|
||||
);
|
||||
in
|
||||
{
|
||||
llef = callPackage ./lldb-plugins/llef.nix { };
|
||||
}
|
||||
lib.recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { }; }
|
||||
);
|
||||
|
||||
tools = lib.makeExtensible (
|
||||
|
||||
Reference in New Issue
Block a user