Merge pull request #336078 from GaetanLepage/zed

zed-editor: disable auto-updates
This commit is contained in:
Gaétan Lepage
2024-08-20 22:51:03 +02:00
committed by GitHub
+3
View File
@@ -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 "";