gitmessenger: init plugin (#154)

This commit is contained in:
traxys 2023-02-01 17:14:22 +01:00 committed by GitHub
parent 89bf2d660b
commit 247e3da2fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 120 additions and 0 deletions

View file

@ -73,6 +73,8 @@ rec {
description = desc;
};
mkIfNonNull = c: mkIf (!isNull c) c;
defaultNullOpts = rec {
mkNullable = type: default: desc: mkNullOrOption type (
let