From f9af8e039008664ebac7f8f31231d5a226d67e36 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 7 May 2018 00:10:58 +0200 Subject: [PATCH] manual: fix import path Need to refer to the `default.nix` in the same home-manager source otherwise you might get an old version. --- modules/manual.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/manual.nix b/modules/manual.nix index 6ab612967..ae0ff1d95 100644 --- a/modules/manual.nix +++ b/modules/manual.nix @@ -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 { + homeManagerManual = import ../doc { inherit pkgs config; version = "0.1"; revision = "release-0.1";