the `paths` contain symlinks. This may not work correctly with glob
patterns.
'';
options.safePrefixes=lib.mkOption{
default=[builtins.storeDir];
type=listOfpath;
description="A list of path prefixes that do not need and shall not be searched recursively for further symlink targets. Everything in the nix store does not need to be searched as the derivation already calculcated the full closure of all nix store paths for the drivers package.";