parent
d380c264c3
commit
879c87d7fe
|
@ -43,6 +43,6 @@ rec {
|
||||||
/* Increase the nix-env priority of the package, i.e., this
|
/* Increase the nix-env priority of the package, i.e., this
|
||||||
version/variant of the package will be preferred.
|
version/variant of the package will be preferred.
|
||||||
*/
|
*/
|
||||||
hiPrio = drv: addMetaAttrs { priority = "110"; } drv;
|
hiPrio = drv: addMetaAttrs { priority = "-10"; } drv;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue