summary refs log tree commit diff
path: root/doc/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-07-04 08:46:59 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:10:14 -0400
commitde58e706f9965b90a8df98e3cc29ff4fcc22cb18 (patch)
treedaa3c947d30f222071f7d025eef768e70472d15e /doc/default.nix
parent35262ba6a78125e6f76055dd99416a93d00288fb (diff)
downloadnixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.tar
nixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.tar.gz
nixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.tar.bz2
nixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.tar.lz
nixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.tar.xz
nixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.tar.zst
nixpkgs-de58e706f9965b90a8df98e3cc29ff4fcc22cb18.zip
docs: Get highlightjs from build symlink
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 718767f53b6..7fed48c45e6 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -13,7 +13,6 @@ in pkgs.stdenv.mkDerivation {
   # nix-shell between each test, maybe even:
   # $ nix-shell --run "make clean all"
   # otherwise they won't reapply :)
-  HIGHLIGHTJS = pkgs.documentation-highlighter;
   XMLFORMAT_CONFIG = ../nixos/doc/xmlformat.conf;
   xsltFlags = lib.concatStringsSep " " [
     "--param section.autolabel 1"