From b5da80e627f6162c7aad6c4b836525717d39c295 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 28 Aug 2014 18:25:16 +0200 Subject: [PATCH] Fix manual build --- doc/manual/writing-nix-expressions.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index 2c9b4a633..d51f80771 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -1585,7 +1585,8 @@ allowedReferences = [ foobar ]; it enforces that foobar itself doesn't introduce any other dependency itself. This is used in NixOS when rebuilding the stdenv on Linux to ensure that the resulting stdenv - doesn't have any surprising dependency, e.g. on bootstrapTools. + doesn't have any surprising dependency, e.g. on + bootstrapTools.