mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(module): rename variable
This commit is contained in:
parent
a63376edf1
commit
dab96d0acd
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
type = subType {
|
type = subType {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = cfg.nix-jobs-per-default;
|
default = cfg.nix-jobs-by-default;
|
||||||
description = "Handle this job as a nix job";
|
description = "Handle this job as a nix job";
|
||||||
};
|
};
|
||||||
deps = mkOption {
|
deps = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue