helpers: typo (mkCompositeOptions -> mkCompositeOption) (#226)

This commit is contained in:
Gaétan Lepage 2023-03-07 16:53:22 +01:00 committed by GitHub
parent 9064aead30
commit 16db74996c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ with lib; rec {
mkIfNonNull = c: mkIf (!isNull c) c;
mkCompositeOptions = desc: options:
mkCompositeOption = desc: options:
mkNullOrOption (types.submodule {inherit options;}) desc;
defaultNullOpts = rec {