query
On this page

setPrio

lib.meta.setPrio

Docs pulled from | This Revision | about 1 hour 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

Type

setPrio :: Int -> Derivation -> Derivation

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

setPrio = priority: addMetaAttrs { inherit priority; };