mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
docs: this is the home-manager
manual
This commit is contained in:
parent
32063973cc
commit
b5a47bd700
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