setPrio
lib.meta.setPrio
Docs pulled from | This Revision | 1 day ago
Set the nix-env priority of the package. Note that higher values are lower priority, and vice versa.
Inputs
priority
- 1. The priority to set.
drv
- 2. Function argument
Noogle detected
Implementation
The following is the current implementation of this function.
setPrio = priority: addMetaAttrs { inherit priority; };