mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-09 03:56:06 +01:00
fixup svd: also accept boolean in extraConfig
This commit is contained in:
parent
edb3247477
commit
82c42b36c0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ let
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Extra structured configurations to add to the [program:x] section.
|
Extra structured configurations to add to the [program:x] section.
|
||||||
'';
|
'';
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf (types.either types.str types.bool);
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue