mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 00:51:00 +01:00
introduces Goal::jobCategory
This commit is contained in:
parent
1ea1e378de
commit
13185133bc
5 changed files with 23 additions and 4 deletions
|
|
@ -115,6 +115,8 @@ public:
|
|||
void handleEOF(int fd) override;
|
||||
|
||||
void cleanup() override;
|
||||
|
||||
JobCategory jobCategory() override { return JobCategory::Substitution; };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue