From 00b555ef889b900c32c36ef9ef7fa3fb725ae4b5 Mon Sep 17 00:00:00 2001 From: Ingo Blechschmidt Date: Tue, 23 Oct 2018 16:41:15 +0200 Subject: nixpkgs docs: Fix tiny typo (#48477) --- doc/functions/overrides.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/functions/overrides.xml b/doc/functions/overrides.xml index 99e2a63631a7..021c4b41c360 100644 --- a/doc/functions/overrides.xml +++ b/doc/functions/overrides.xml @@ -86,11 +86,11 @@ helloWithDebug = pkgs.hello.overrideAttrs (oldAttrs: rec { in this case, as it overrides only the attributes of the final derivation. It is for this reason that overrideAttrs should be preferred in (almost) all cases to overrideDerivation, - i.e. to allow using sdenv.mkDerivation to process input + i.e. to allow using stdenv.mkDerivation to process input arguments, as well as the fact that it is easier to use (you can use the same attribute names you see in your Nix code, instead of the ones generated (e.g. buildInputs vs - nativeBuildInputs, and involves less typing. + nativeBuildInputs), and it involves less typing). -- cgit 1.4.1