Nixpkgs/Create and debug packages: Difference between revisions
m →Using nix-shell for package development: Improve grammar in note about preConfigurePhase |
|||
| Line 249: | Line 249: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{Note| | {{Note|You do not need to run $preConfigurePhase explicitly, as it will already be run implicitly when running configurePhase.}} | ||
To list all functions which are declared in '''set''': | To list all functions which are declared in '''set''': | ||