1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 02:03:38 +02:00

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 ];