Skip to content

Commit

Permalink
doc/build-helpers/testers: Fix command renamed to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Oct 31, 2024
1 parent 846ec9d commit e6ff3f3
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 e6ff3f3

Please sign in to comment.