borg: split doc into separate output
This commit is contained in:
parent
3443fa5317
commit
782f17ede8
@ -66,6 +66,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
inherit (nixosTests) borgbackup;
|
inherit (nixosTests) borgbackup;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "doc" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Deduplicating archiver with compression and encryption";
|
description = "Deduplicating archiver with compression and encryption";
|
||||||
homepage = "https://www.borgbackup.org";
|
homepage = "https://www.borgbackup.org";
|
||||||
|
Loading…
Reference in New Issue
Block a user