Unverified Commit b93de27f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #336078 from GaetanLepage/zed

zed-editor: disable auto-updates
parents 3a09f958 8fb69d99
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -125,6 +125,9 @@ rustPlatform.buildRustPackage rec {
        "${src}/assets/fonts/zed-sans"
      ];
    };
    # Setting this environment variable allows to disable auto-updates
    # https://zed.dev/docs/development/linux#notes-for-packaging-zed
    ZED_UPDATE_EXPLANATION = "zed has been installed using nix. Auto-updates have thus been disabled.";
  };

  RUSTFLAGS = if withGLES then "--cfg gles" else "";