mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
docs: this is the home-manager
manual
This commit is contained in:
parent
fc1f327c67
commit
5381906852
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
, nixos-render-docs }:
|
, nixos-render-docs }:
|
||||||
let outputPath = "share/doc/home-manager";
|
let outputPath = "share/doc/home-manager";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "nixpkgs-manual";
|
name = "home-manager-manual";
|
||||||
|
|
||||||
nativeBuildInputs = [ nixos-render-docs ];
|
nativeBuildInputs = [ nixos-render-docs ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue