about summary refs log tree commit diff
path: root/src/nix-env/names.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-02-04T17·23+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-02-04T17·23+0000
commitd445da7a7b3cbb4822bcad3904a36f0d914917d3 (patch)
treea44ad1a7ba4679dc49ff9d2197c13e27ae00a3b0 /src/nix-env/names.cc
parent9d25466b34a5f7c1c8b1c273976cf59c33961a6c (diff)
* 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.

Diffstat (limited to 'src/nix-env/names.cc')
0 files changed, 0 insertions, 0 deletions