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:51:43 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:10:14 -0400
commit5a0696f6d0bf3344437eb1c83f1108e46664e24a (patch)
treed6e3adab9507b38291c55ec1afd1c9aa5a95573b /doc/default.nix
parentde58e706f9965b90a8df98e3cc29ff4fcc22cb18 (diff)
downloadnixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.tar
nixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.tar.gz
nixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.tar.bz2
nixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.tar.lz
nixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.tar.xz
nixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.tar.zst
nixpkgs-5a0696f6d0bf3344437eb1c83f1108e46664e24a.zip
xmlformat.conf: move to doc-support build
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 7fed48c45e6..971c60b35c2 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 :)
-  XMLFORMAT_CONFIG = ../nixos/doc/xmlformat.conf;
   xsltFlags = lib.concatStringsSep " " [
     "--param section.autolabel 1"
     "--param section.label.includes.component.label 1"