Skip to content

Commit bf4aa07

Browse files
committed
Add test setting to bash module
1 parent 2259469 commit bf4aa07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/kernels/bash/module.nix

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ with lib;
3030
type = types.bool;
3131
default = true;
3232
};
33+
34+
test-setting.enable = mkOption {
35+
example = "A dummy setting for testing metadata";
36+
type = types.bool;
37+
default = true;
38+
};
3339
};
3440
};
3541

0 commit comments

Comments
 (0)