Skip to content
Snippets Groups Projects
Commit d445da7a authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Extended the `inherit' syntax to optionally select attributes from

  other attribute sets, rather than the current scope.  E.g.,
  
    {inherit (pkgs) gcc binutils;}

  is equivalent to

    {gcc = pkgs.gcc; binutils = pkgs.binutils;}

  I am not so happy about the syntax.
parent 9d25466b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment