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 = { }: {
|
distroboxConf = { }: {
|
||||||
type = with lib.types;
|
type = with lib.types;
|
||||||
let
|
let
|
||||||
valueType = oneOf [
|
valueType = (oneOf [
|
||||||
bool
|
bool
|
||||||
float
|
float
|
||||||
int
|
int
|
||||||
path
|
path
|
||||||
str
|
str
|
||||||
(listOf valueType)
|
(listOf valueType)
|
||||||
];
|
]) // {
|
||||||
|
description = "Distrobox settings value";
|
||||||
|
};
|
||||||
in
|
in
|
||||||
attrsOf valueType;
|
attrsOf valueType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user