Fix hiPrio.

Did this ever work?
This commit is contained in:
Shea Levy 2013-02-25 06:31:19 -05:00
parent d380c264c3
commit 879c87d7fe

View File

@ -43,6 +43,6 @@ rec {
/* Increase the nix-env priority of the package, i.e., this
version/variant of the package will be preferred.
*/
hiPrio = drv: addMetaAttrs { priority = "110"; } drv;
hiPrio = drv: addMetaAttrs { priority = "-10"; } drv;
}