Skip to content

Commit

Permalink
Add test setting to bash module
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 1, 2024
1 parent 2259469 commit bf4aa07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/kernels/bash/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ with lib;
type = types.bool;
default = true;
};

test-setting.enable = mkOption {
example = "A dummy setting for testing metadata";
type = types.bool;
default = true;
};
};
};

Expand Down

0 comments on commit bf4aa07

Please sign in to comment.