lib/helpers: remove useless ifNonNull

This commit is contained in:
Gaetan Lepage 2023-08-17 16:07:15 +02:00 committed by Gaétan Lepage
parent 00016841c9
commit 24350879b1
2 changed files with 1 additions and 3 deletions

View file

@ -145,8 +145,6 @@ with lib; rec {
then null
else y;
ifNonNull = x: ifNonNull' x x;
mkCompositeOption = desc: options:
mkNullOrOption (types.submodule {inherit options;}) desc;