n2n: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:43:16 +01:00
parent 039e73bbd1
commit 0999799530
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
./autogen.sh
'';
PREFIX = placeholder "out";
env.PREFIX = placeholder "out";
meta = {
description = "Peer-to-peer VPN";