summaryrefslogtreecommitdiffstats
path: root/tests/internal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internal.nix')
-rw-r--r--tests/internal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/internal.nix b/tests/internal.nix
index c64339a..e8c4227 100644
--- a/tests/internal.nix
+++ b/tests/internal.nix
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
-{ pkgs ? import <nixpkgs> {}}:
+{ pkgs ? import <nixpkgs> {}, ...}:
let
sendMail = pkgs.writeTextFile {