Loading pkgs/by-name/ze/zed-editor/package.nix +9 −5 Original line number Diff line number Diff line Loading @@ -309,11 +309,15 @@ rustPlatform.buildRustPackage rec { }; fhs = fhs { }; fhsWithPackages = f: fhs { additionalPkgs = f; }; tests = { tests = { remoteServerVersion = testers.testVersion { package = zed-editor.remote_server; command = "zed-remote-server-stable-${version} version"; }; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { withGles = zed-editor.override { withGLES = true; }; }; }; Loading Loading
pkgs/by-name/ze/zed-editor/package.nix +9 −5 Original line number Diff line number Diff line Loading @@ -309,11 +309,15 @@ rustPlatform.buildRustPackage rec { }; fhs = fhs { }; fhsWithPackages = f: fhs { additionalPkgs = f; }; tests = { tests = { remoteServerVersion = testers.testVersion { package = zed-editor.remote_server; command = "zed-remote-server-stable-${version} version"; }; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { withGles = zed-editor.override { withGLES = true; }; }; }; Loading