doc/build-helpers/testers: Fix command renamed to script (#352713)
This commit is contained in:
@@ -364,7 +364,7 @@ including `nativeBuildInputs` to specify dependencies available to the `script`.
|
|||||||
```nix
|
```nix
|
||||||
testers.runCommand {
|
testers.runCommand {
|
||||||
name = "access-the-internet";
|
name = "access-the-internet";
|
||||||
command = ''
|
script = ''
|
||||||
curl -o /dev/null https://example.com
|
curl -o /dev/null https://example.com
|
||||||
touch $out
|
touch $out
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user