Generate indexes for aarch64 too

This commit is contained in:
Erin Shepherd 2021-04-24 12:23:27 +02:00
parent 575e6abf43
commit 69b5e374d9

View file

@ -90,7 +90,7 @@ void mainWrapped(int argc, char * * argv)
/* Get all derivations. */
DrvInfos packages;
for (auto system : std::set<std::string>{"x86_64-linux", "i686-linux"}) {
for (auto system : std::set<std::string>{"x86_64-linux", "i686-linux", "aarch64-linux"}) {
auto args = state.allocBindings(2);
Value * vConfig = state.allocValue();
state.mkAttrs(*vConfig, 0);