From ba36989a90e6312c548b461c0f8d8e67a8802c15 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 12 Feb 2025 15:06:06 -0500 Subject: [PATCH] Update tests/functional/dyn-drv/non-trivial.nix Co-authored-by: Samuel Ainsworth --- tests/functional/dyn-drv/non-trivial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/dyn-drv/non-trivial.nix b/tests/functional/dyn-drv/non-trivial.nix index 1b7c1ed1895..3b99a4a84ed 100644 --- a/tests/functional/dyn-drv/non-trivial.nix +++ b/tests/functional/dyn-drv/non-trivial.nix @@ -23,7 +23,7 @@ builtins.outputOf (mkDerivation { # Cannot just literally include this, or Nix will think it is the # *outer* derivation that's trying to refer to itself, and - # substitute the string too son. + # substitute the string too soon. placeholder=$(nix eval --raw --expr 'builtins.placeholder "out"') declare -A drvs=()