2023-01-03 21:17:49 -05:00
|
|
|
{ lib, ... }:
|
|
|
|
{
|
2023-01-07 20:52:23 -05:00
|
|
|
options.platform = lib.mkOption {
|
2023-01-03 21:17:49 -05:00
|
|
|
description = "The platform to configure for";
|
2024-03-20 01:09:10 -04:00
|
|
|
type = lib.types.str;
|
2023-01-03 21:17:49 -05:00
|
|
|
};
|
|
|
|
}
|