1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

docs: this is the home-manager manual

This commit is contained in:
Viktor Kronvall 2023-11-30 23:13:42 +09:00 committed by Mikilio
parent fc1f327c67
commit 5381906852
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

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