Skip to content

Commit 66714f7

Browse files
committed
Add default to "synopsis"
1 parent 39be4d4 commit 66714f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ in
7777

7878
synopsis = lib.mkOption {
7979
type = types.str;
80+
default = "";
8081
};
8182

8283
description = lib.mkOption {

0 commit comments

Comments
 (0)