mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
doc: add missing phase hooks
This commit is contained in:
parent
540ddbcf2f
commit
47f000d991
9 changed files with 110 additions and 7 deletions
|
@ -651,7 +651,11 @@ It's important to use the `--offline` flag. For example if you script is `"build
|
|||
];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
yarn --offline build
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue