1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

manual: fix import path

Need to refer to the `default.nix` in the same home-manager source
otherwise you might get an old version.
This commit is contained in:
Robert Helgesson 2018-05-07 00:10:58 +02:00
parent 1260349384
commit f9af8e0390
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -9,7 +9,7 @@ let
It isn't perfect, but it seems to cover a vast majority of use cases.
Caveat: even if the package is reached by a different means,
the path above will be shown and not e.g. `${config.services.foo.package}`. */
homeManagerManual = import <home-manager/doc> {
homeManagerManual = import ../doc {
inherit pkgs config;
version = "0.1";
revision = "release-0.1";