stylix: remove ... from testbed file args
Generally, it is better to be strict about the expected input args. `...` should only be used when you need to accept unexpected or arbitrary arguments.
This commit is contained in:
parent
e38a646e5c
commit
8ebdc8cc8b
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue