diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-05-04 21:03:17 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-05-04 21:23:53 +0200 |
| commit | 61d81e7706eeda9087e814c40e4cefdcc23c91e8 (patch) | |
| tree | 2b2adebda2ead1ed3a690bbd03133aff11e2817e /modules/documentation | |
| parent | ba29af7ae3d72968c3075b3d7e4cf1b8c91e3b15 (diff) | |
doc: fix module references
Diffstat (limited to 'modules/documentation')
| -rw-r--r-- | modules/documentation/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/documentation/default.nix b/modules/documentation/default.nix index 4324f7b..18dc1b1 100644 --- a/modules/documentation/default.nix +++ b/modules/documentation/default.nix @@ -12,8 +12,8 @@ let the path above will be shown and not e.g. `${config.services.foo.package}`. */ manual = import ../../doc/manual rec { inherit pkgs config; - version = "0.0.1"; - revision = "master"; + version = config.system.darwinVersion; + revision = config.system.darwinRevision; options = let scrubbedEval = evalModules { |
