buildEnv: Support package priorities like nix-env
This gets rid of a bunch of collision warnings.
This commit is contained in:
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.unfreeRedistributableFirmware;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
priority = 6; # give precedence to kernel firmware
|
||||
};
|
||||
|
||||
passthru = { inherit version; };
|
||||
|
||||
Reference in New Issue
Block a user