From dab96d0acdc8707208f632878fae766e16e9cbdf Mon Sep 17 00:00:00 2001 From: technofab Date: Tue, 4 Mar 2025 15:23:46 +0100 Subject: [PATCH] fix(module): rename variable --- lib/flakeModule.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flakeModule.nix b/lib/flakeModule.nix index 8dbf97e..c2ba9f9 100644 --- a/lib/flakeModule.nix +++ b/lib/flakeModule.nix @@ -37,7 +37,7 @@ type = subType { enable = mkOption { type = types.bool; - default = cfg.nix-jobs-per-default; + default = cfg.nix-jobs-by-default; description = "Handle this job as a nix job"; }; deps = mkOption {