From 445fce5199a35cb6f5b628b6ae873b9208aa10fa Mon Sep 17 00:00:00 2001 From: Dani Date: Sat, 9 May 2020 12:01:44 +0200 Subject: [PATCH] Correct punctuation error --- pills/07-working-derivation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pills/07-working-derivation.xml b/pills/07-working-derivation.xml index ec344c1..ad7726d 100644 --- a/pills/07-working-derivation.xml +++ b/pills/07-working-derivation.xml @@ -66,8 +66,8 @@ The command declare -xp - lists exported variables. - (declare is a builtin bash function.) + lists exported variables + (declare is a builtin bash function). As we covered in the previous pill, Nix computes the output path of the derivation. The resulting .drv file contains a list of environment variables passed to the builder. One of these is