From e6ff3f3e13690743acec0a0776ad1897aca787dd Mon Sep 17 00:00:00 2001 From: Gavin John Date: Thu, 31 Oct 2024 14:19:27 -0700 Subject: [PATCH] doc/build-helpers/testers: Fix command renamed to script --- doc/build-helpers/testers.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-helpers/testers.chapter.md b/doc/build-helpers/testers.chapter.md index 5c1b704655cf2..4ad133d260b60 100644 --- a/doc/build-helpers/testers.chapter.md +++ b/doc/build-helpers/testers.chapter.md @@ -364,7 +364,7 @@ including `nativeBuildInputs` to specify dependencies available to the `script`. ```nix testers.runCommand { name = "access-the-internet"; - command = '' + script = '' curl -o /dev/null https://example.com touch $out '';