mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08: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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user