From 8ebdc8cc8b0c242d3d326d86467ae7067b39c26d Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Tue, 27 May 2025 14:36:25 +0100 Subject: [PATCH] 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. --- stylix/testbed.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/stylix/testbed.nix b/stylix/testbed.nix index 47b5ff00..469dd584 100644 --- a/stylix/testbed.nix +++ b/stylix/testbed.nix @@ -2,7 +2,6 @@ pkgs, inputs, lib, - ... }: let