Merge pull request #56031 from matthewbauer/priorities

Add some more priorities
This commit is contained in:
Matthew Bauer
2019-03-09 18:02:55 -05:00
committed by GitHub
6 changed files with 15 additions and 2 deletions
+2
View File
@@ -62,5 +62,7 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
priority = 10;
};
}