···82 => "//bin"
83 */
84 makeSearchPath = subDir: packages:
85- concatStringsSep ":" (map (path: path + "/" + subDir) packages);
8687 /* Construct a Unix-style search path, using given package output.
88 If no output is found, fallback to `.out` and then to the default.
···82 => "//bin"
83 */
84 makeSearchPath = subDir: packages:
85+ concatStringsSep ":" (map (path: path + "/" + subDir) (builtins.filter (x: x != null) packages));
8687 /* Construct a Unix-style search path, using given package output.
88 If no output is found, fallback to `.out` and then to the default.