Loading pkgs/by-name/ze/zed-editor/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ withGLES ? false, buildRemoteServer ? true, zed-editor, }: assert withGLES -> stdenv.hostPlatform.isLinux; Loading Loading @@ -319,7 +320,7 @@ rustPlatform.buildRustPackage (finalAttrs: { }; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { withGles = finalAttrs.finalPackage.override { withGLES = true; }; withGles = zed-editor.override { withGLES = true; }; }; }; Loading Loading
pkgs/by-name/ze/zed-editor/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ withGLES ? false, buildRemoteServer ? true, zed-editor, }: assert withGLES -> stdenv.hostPlatform.isLinux; Loading Loading @@ -319,7 +320,7 @@ rustPlatform.buildRustPackage (finalAttrs: { }; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { withGles = finalAttrs.finalPackage.override { withGLES = true; }; withGles = zed-editor.override { withGLES = true; }; }; }; Loading