This commit is contained in:
2016-10-22 17:08:47 +02:00
parent 35f81d479e
commit d965ea4aae

View File

@@ -28,6 +28,6 @@ in
constituents = [ constituents = [
tarball tarball
] ]
++ map (system: builtins.getAttr system package) systems ++ map (system: builtins.getAttr system package) systems;
}; };
} }