Skip to content

Commit

Permalink
[Backport release-24.11] doc/build-helpers/testers: Fix command renam…
Browse files Browse the repository at this point in the history
…ed to script (#361898)
  • Loading branch information
Aleksanaa authored Dec 5, 2024
2 parents 5e73451 + 44ddb26 commit 2c0bccb
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 2c0bccb

Please sign in to comment.