borg: split doc into separate output

This commit is contained in:
Sandro Jäckel 2021-03-29 17:27:24 +02:00
parent 3443fa5317
commit 782f17ede8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -66,6 +66,8 @@ python3.pkgs.buildPythonApplication rec {
inherit (nixosTests) borgbackup;
};
outputs = [ "out" "doc" ];
meta = with lib; {
description = "Deduplicating archiver with compression and encryption";
homepage = "https://www.borgbackup.org";