From 352a50b921561ef5979e957f3981851ba7b34802 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Mon, 10 Apr 2023 09:24:13 -0700 Subject: [PATCH] Split output docs (#407) --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 3d4a87a..0972658 100644 --- a/flake.nix +++ b/flake.nix @@ -77,6 +77,9 @@ SystemConfiguration ]); + copyBins = true; + copyDocsToSeparateOutput = true; + doCheck = true; doDoc = true; doDocFail = true;