From c3a05f90ed4a6c601c94f3bf0f14933c8f965d61 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 3 Oct 2020 18:15:41 +1000 Subject: [PATCH] doc/stdenv: fix build https://hydra.nixos.org/build/128037886/nixlog/1/tail error: element "variable" not allowed anywhere --- doc/stdenv/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml index 706a010715d0..fc586b06fde2 100644 --- a/doc/stdenv/stdenv.xml +++ b/doc/stdenv/stdenv.xml @@ -475,7 +475,7 @@ passthru.updateScript = writeScript "update-zoom-us" '' passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ]; - The script will be run with UPDATE_NIX_ATTR_PATH environment variable set to the attribute path it is supposed to update. + The script will be run with UPDATE_NIX_ATTR_PATH environment variable set to the attribute path it is supposed to update. The script will be usually run from the root of the Nixpkgs repository but you should not rely on that. Also note that the update scripts will be run in parallel by default; you should avoid running git commit or any other commands that cannot handle that.