From 9d4b3936e4d1d07dce1f6751ae2dd3f5059a6a99 Mon Sep 17 00:00:00 2001 From: bokicoder <1556588440@qq.com> Date: Tue, 9 Dec 2025 23:20:22 +0800 Subject: [PATCH] Nix: add `wget` dependency --- nix/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/package.nix b/nix/package.nix index 74e11ac32..e1ef9d4f8 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -14,6 +14,7 @@ wlsunset, wl-clipboard, imagemagick, + wget, gpu-screen-recorder, # optional }: let src = lib.cleanSourceWith { @@ -45,6 +46,7 @@ wlsunset wl-clipboard imagemagick + wget ] ++ lib.optionals (stdenvNoCC.hostPlatform.system == "x86_64-linux") [ gpu-screen-recorder