1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +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 32063973cc
commit b5a47bd700

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