1{ system ? builtins.currentSystem, handleTestOn }: 2let 3 supportedSystems = [ "x86_64-linux" "i686-linux" ]; 4 5in 6{ 7 standard = handleTestOn supportedSystems ./standard.nix { inherit system; }; 8}