Uncommon Nix derivation attributes
dis/allowedReferencesspecifies a list of dis/allowed dependencies for a derivationdis/allowedRequisitesspecifies a list of dis/allowed dependencies in the entire closure of a derivation (i.e., the derivation itself and its recursive dependencies)impureEnvVarsspecifies a list of environment variables to pass from the caller’s environment into the builder’s. This is only allowed in fixed-output derivationsᛦpassAsFilespecifies a list of attribute names that ought to be passed as files (say, a large stringbigto be passed in as a path at$bigPathin the builder)