stdenv: Pass rewriteURL to freebsd and native stdenvs

Was missing from abda866f17

While the native stdenv's eval seems to be broken anyways,
the freebsd one at least evaluates again with this
This commit is contained in:
Silvan Mosberger
2025-10-06 14:14:20 +02:00
parent 82154aeb1e
commit c0004e6678
+1
View File
@@ -192,6 +192,7 @@ in
inherit lib stdenvNoCC;
# Curl should be in /usr/bin or so.
curl = null;
inherit (config) rewriteURL;
};
}