From e9e9db0de64e4bdddcf8b8c789b75ccaa56d7085 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Thu, 5 Jun 2025 01:19:07 +0200 Subject: [PATCH] nixos/tests/wstunnel: remove unneeded function args --- nixos/tests/wstunnel.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/tests/wstunnel.nix b/nixos/tests/wstunnel.nix index 12547213f20b..7a0a8ce3496a 100644 --- a/nixos/tests/wstunnel.nix +++ b/nixos/tests/wstunnel.nix @@ -1,5 +1,3 @@ -{ lib, ... }: - let certs = import ./common/acme/server/snakeoil-certs.nix; domain = certs.domain;