mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Added a comment on how to get help about mkDerivationByConfiguration in all-packages.nix
svn path=/nixpkgs/trunk/; revision=11046
This commit is contained in:
parent
8b7d3bff69
commit
6a3f5200a7
@ -231,6 +231,10 @@ rec {
|
||||
meta = (if drv ? meta then drv.meta else {}) // {priority = "10";};
|
||||
};
|
||||
|
||||
# documentation see examples in lib at end of file or read some use cases
|
||||
# within this file
|
||||
# Before spending much time on investigating how this works just ask me
|
||||
# - Marc Weber (#irc or marco-oweber@gmx.de)
|
||||
mkDerivationByConfiguration =
|
||||
assert builtins ? isAttrs;
|
||||
{ flagConfig ? {}, optionals ? [], defaults ? []
|
||||
|
Loading…
Reference in New Issue
Block a user