mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 16:17:24 +00:00
doc/build-helpers/testers: Fix command renamed to script (#352713)
This commit is contained in:
parent
685845f024
commit
67a56f27f2
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user