docs: this is the home-manager manual

This commit is contained in:
Viktor Kronvall 2023-11-30 23:13:42 +09:00
parent b16e97f9b2
commit 5d63a01440

View file

@ -2,7 +2,7 @@
, nixos-render-docs }:
let outputPath = "share/doc/home-manager";
in stdenv.mkDerivation {
name = "nixpkgs-manual";
name = "home-manager-manual";
nativeBuildInputs = [ nixos-render-docs ];