Skip to content

Commit

Permalink
doc/build-helpers/testers: Fix command renamed to script (#352713)
Browse files Browse the repository at this point in the history
(cherry picked from commit 67a56f2)
  • Loading branch information
Pandapip1 authored and github-actions[bot] committed Dec 4, 2024
1 parent 9ecb50d commit 44ddb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-helpers/testers.chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
Expand Down

0 comments on commit 44ddb26

Please sign in to comment.