From 312a033e7692dad0c6e773801387f1b57c440ca9 Mon Sep 17 00:00:00 2001 From: death916 Date: Thu, 15 May 2025 04:32:02 -0700 Subject: [PATCH] tmuxai installed --- pkgs/tmuxai/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tmuxai/default.nix b/pkgs/tmuxai/default.nix index bb0b3e1..2f57d35 100644 --- a/pkgs/tmuxai/default.nix +++ b/pkgs/tmuxai/default.nix @@ -6,7 +6,7 @@ , makeWrapper , glibc # We don't need to list tmux here because the --version flag should avoid calling it. -# If the program *insisted* on tmux even for --version, we'd need to wrap it. +# If the program *insisted* on tmux even for --version, we'd need to wrap it }: stdenv.mkDerivation rec {