mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +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 }:
|
||||
let outputPath = "share/doc/home-manager";
|
||||
in stdenv.mkDerivation {
|
||||
name = "nixpkgs-manual";
|
||||
name = "home-manager-manual";
|
||||
|
||||
nativeBuildInputs = [ nixos-render-docs ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue