Unverified Commit 8c69b985 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

syncthing: move env variables into env for structuredAttrs

parent 3c78204c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -41,8 +41,10 @@ let

      doCheck = false;

      env = {
        BUILD_USER = "nix";
        BUILD_HOST = "nix";
      };

      buildPhase = ''
        runHook preBuild