Loading pkgs/by-name/ze/zed-editor/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ rustPlatform.buildRustPackage rec { }; # 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."; ZED_UPDATE_EXPLANATION = "Zed has been installed using Nix. Auto-updates have thus been disabled."; # Used by `zed --version` RELEASE_VERSION = version; # Required until `-isysroot` can be used with libclang in nixpkgs on darwin, otherwise Loading Loading
pkgs/by-name/ze/zed-editor/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ rustPlatform.buildRustPackage rec { }; # 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."; ZED_UPDATE_EXPLANATION = "Zed has been installed using Nix. Auto-updates have thus been disabled."; # Used by `zed --version` RELEASE_VERSION = version; # Required until `-isysroot` can be used with libclang in nixpkgs on darwin, otherwise Loading