schedulingPriority should be an int, fix check-meta type and in-tree use
This commit is contained in:
@@ -123,7 +123,7 @@ stdenv.mkDerivation (
|
||||
|
||||
# Tarball builds are generally important, so give them a high
|
||||
# default priority.
|
||||
schedulingPriority = "200";
|
||||
schedulingPriority = 200;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user