mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
programs/distrobox: add description for Distrobox config value
This is why the custom manual cannot be built.
This commit is contained in:
parent
57e3957d98
commit
c1f7eda12c
@ -22,14 +22,16 @@ let
|
||||
distroboxConf = { }: {
|
||||
type = with lib.types;
|
||||
let
|
||||
valueType = oneOf [
|
||||
valueType = (oneOf [
|
||||
bool
|
||||
float
|
||||
int
|
||||
path
|
||||
str
|
||||
(listOf valueType)
|
||||
];
|
||||
]) // {
|
||||
description = "Distrobox settings value";
|
||||
};
|
||||
in
|
||||
attrsOf valueType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user