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

* New builtin functions builtins.{hasAttr, getAttr} to check for

  attribute existence and to return an attribute from an attribute
  set, respectively.  Example: `hasAttr "foo" {foo = 1;}'.  They
  differ from the `?' and `.' operators in that the attribute name is
  an arbitrary expression.  (NIX-61)
parent 666babbb
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