rust-bin: fix missed arguments in fromRustcRev

Fixes #184
This commit is contained in:
oxalica
2024-09-05 18:09:27 -04:00
parent 6dc08a0de7
commit e392f7e3c4

View File

@@ -379,6 +379,8 @@ let
inherit version;
platform = target;
srcs = mapAttrs hashToSrc components;
# We cannot know aliases in this case.
renames = { };
};
in
mkAggregated {