mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
doc/build-helpers/testers: Fix command renamed to script (#352713)
This commit is contained in:
parent
685845f024
commit
67a56f27f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue