Skip to content

Commit 6d319ab

Browse files
authored
remove default from non-optional arguments. (#17)
1 parent 7a0649e commit 6d319ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ let
22
perform =
33
{
44
lib ? null,
5-
filterf ? null,
6-
mapf ? null,
75
pipef ? null,
8-
paths ? [ ],
6+
filterf,
7+
mapf,
8+
paths,
99
...
1010
}:
1111
path:

0 commit comments

Comments
 (0)