From 86ea7d15665b7bf2bc018c3bfd91d0a948c8f3be Mon Sep 17 00:00:00 2001 From: Pyry Jahkola Date: Sun, 28 May 2017 15:48:57 +0300 Subject: [PATCH] Fix variable name typo in derivations doc --- doc/manual/expressions/derivations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/expressions/derivations.xml b/doc/manual/expressions/derivations.xml index 5efe2213e..6f6297565 100644 --- a/doc/manual/expressions/derivations.xml +++ b/doc/manual/expressions/derivations.xml @@ -100,7 +100,7 @@ outputs = [ "lib" "headers" "doc" ]; buildInputs = [ pkg.lib pkg.headers ]; - The first element of output determines the + The first element of outputs determines the default output. Thus, you could also write buildInputs = [ pkg pkg.headers ];