From 4b43a81d6082b7c6fe70234a5df912b3218bee05 Mon Sep 17 00:00:00 2001 From: SomeoneSerge Date: Thu, 27 Jun 2024 17:06:10 +0000 Subject: job: "transitive" -> "!scheduled" --- include/jobs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/jobs.h b/include/jobs.h index 2e30547..7390306 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -10,7 +10,7 @@ struct output { struct job { char *name, *drv_path, *attr; - bool transitive; + bool scheduled; bool insubstituters; size_t outputs_size, outputs_filled; -- cgit v1.2.3