mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
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:
commit
92e4a3ca18
@ -4,4 +4,7 @@ pkgs.stdenv.mkDerivation {
|
||||
name = "arvo";
|
||||
builder = ./builder.sh;
|
||||
src = pkgs.buildRustCrateHelpers.exclude [ ".git" ] ../../../pkg/arvo;
|
||||
meta = {
|
||||
priority = 0;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user