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:
Matt Sturgeon 2025-05-27 14:36:25 +01:00
parent e38a646e5c
commit 8ebdc8cc8b
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -2,7 +2,6 @@
pkgs,
inputs,
lib,
...
}:
let