mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
doc: Fix missing pre/post hooks everywhere
This commit is contained in:
parent
2795c506fe
commit
ee6c2bd2eb
10 changed files with 51 additions and 4 deletions
|
@ -59,7 +59,11 @@ Such a Lisp can be now used e.g. to compile your sources:
|
|||
```nix
|
||||
{
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
${sbcl'}/bin/sbcl --load my-build-file.lisp
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue