summaryrefslogtreecommitdiffstats
path: root/doc/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-07-04 08:27:16 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:10:13 -0400
commitd11f5a9d15c2d1eb735750392d69d515ae51df6c (patch)
treedee43f0c1af01b6ef430cee98cfcdc933246ec55 /doc/default.nix
parentcd6bf8aa00962766e4db9f26e36848b6be8dd096 (diff)
docs: get version from doc-support build
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 7b44376034ca..5cd91e0f1121 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -29,7 +29,7 @@ in pkgs.stdenv.mkDerivation {
];
postPatch = ''
- echo ${lib.version} > .version
+ ln -s ${doc-support} ./doc-support/result
'';
installPhase = ''