From 83045befd368b0038ba039161eaf917822213a86 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Mon, 5 Feb 2024 16:59:45 +0300 Subject: [PATCH] fastfetch: split man output --- pkgs/tools/misc/fastfetch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix index f772376d6ee6..de33eb5800f0 100644 --- a/pkgs/tools/misc/fastfetch/default.nix +++ b/pkgs/tools/misc/fastfetch/default.nix @@ -52,6 +52,8 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-s0N3Rt3lLOCyaeXeNYu6hlGtNtGR+YC7Aj4/3SeVMpQ="; }; + outputs = [ "out" "man" ]; + nativeBuildInputs = [ cmake makeBinaryWrapper