mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix regressions due updates in nixpkgs
This commit is contained in:
parent
1faae85426
commit
13e5edd9f9
3 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
|
||||
rec {
|
||||
# TODO: refactor into mkOptionType
|
||||
# TODO: refactor with mkOptionType
|
||||
mkSecretOption = {description ? "", default ? {}, allowNull ? true}: mkOption {
|
||||
inherit description;
|
||||
type = (if allowNull then types.nullOr else id) (types.submodule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue