syncthing: move env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 00:45:13 +01:00
parent 3c78204c7a
commit 8c69b9851d
@@ -41,8 +41,10 @@ let
doCheck = false;
BUILD_USER = "nix";
BUILD_HOST = "nix";
env = {
BUILD_USER = "nix";
BUILD_HOST = "nix";
};
buildPhase = ''
runHook preBuild