From 67a56f27f2ac90a289ff9182b9ea3d4ea50bd53f Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 4 Dec 2024 14:53:21 -0800 Subject: [PATCH] doc/build-helpers/testers: Fix command renamed to script (#352713) --- 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 5c1b704655cf..4ad133d260b6 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 '';