From 5aab35504452da13626059b1cafd461e3618f7f2 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:55:50 +0530 Subject: [PATCH] zed-editor.fhs: add entrypoint zed-editor-fhs in all-packages Just like vscode-fhs. This will make it show up on `search.nixos.org`, and also cache it. Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6dc6c75d07c9..de103b4c0dae 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -15758,6 +15758,8 @@ with pkgs; autoconf = buildPackages.autoconf269; }; + zed-editor-fhs = zed-editor.fhs; + zgv = callPackage ../applications/graphics/zgv { # Enable the below line for terminal display. Note # that it requires sixel graphics compatible terminals like mlterm