Skip to content

Commit 4356427

Browse files
committed
Update modules/package.nix
1 parent b6d79fa commit 4356427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ with types;
9696
default = [];
9797
};
9898
pkgconfig = mkOption {
99-
type = listOf (listOf package);
99+
type = listOf (listOfFilteringNulls package);
100100
default = [];
101101
};
102102
build-tools = mkOption {

0 commit comments

Comments
 (0)