mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
[Backport release-24.11] doc/build-helpers/testers: Fix command renamed to script (#361898)
This commit is contained in:
commit
2c0bccb266
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