Noogλe

search input

Function of the day

  • Add to or override the meta attributes of the given derivation.

    Inputs

    newAttrs

    1. Function argument

    drv

    2. Function argument

    Type

    addMetaAttrs :: AttrSet -> Derivation -> Derivation
    

    Examples

    lib.meta.addMetaAttrs usage example

    addMetaAttrs {description = "Bla blah";} somePkg