From 6841242d5f7c32fc8a214014f1c97ae935ef8b8e Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 21 Nov 2024 20:16:42 +0100 Subject: [PATCH] fix: typo in warning message --- lib/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wireguard.nix b/lib/wireguard.nix index 458f64d..f9ff6f5 100644 --- a/lib/wireguard.nix +++ b/lib/wireguard.nix @@ -233,7 +233,7 @@ in { This will siginificantly increase evaluation times. Please consider pre-evaluating this information by exposing it in your flake: - wireguardEvalCache.${wgName} = lib.wireguard.createEvalCache inputs [ + wireguardEvalCache = lib.wireguard.createEvalCache inputs [ "${wgName}" # all other networks ];