Merge branch 'jt/arvo-priority' (#1913)

* jt/arvo-priority:
  build: give arvo a high priority

Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
Jared Tobin 2019-11-05 07:33:05 +08:00
commit 92e4a3ca18
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -4,4 +4,7 @@ pkgs.stdenv.mkDerivation {
name = "arvo";
builder = ./builder.sh;
src = pkgs.buildRustCrateHelpers.exclude [ ".git" ] ../../../pkg/arvo;
meta = {
priority = 0;
};
}