···3131 # If the test is only for a particular system, use only the specified
3232 # system instead of generating attributes for all available systems.
3333 in if args ? system then discover (import fn args)
3434- else foldAttrs (a: b: a // b) {} (map discoverForSystem supportedSystems);
3434+ else foldAttrs mergeAttrs {} (map discoverForSystem supportedSystems);
35353636 pkgs = import nixpkgs { system = "x86_64-linux"; };
3737