mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
* Removed processBinding, instead we now apply toString to all
derivation attributes to flatten them into strings. This is possible since string can nowadays be wrapped in contexts that describe the derivations/sources referenced by the evaluation of the string.
This commit is contained in:
parent
8a6080eb14
commit
1fca76870b
2 changed files with 139 additions and 139 deletions
|
@ -321,7 +321,7 @@ Expr evalExpr2(EvalState & state, Expr e)
|
|||
/* Normal forms. */
|
||||
if (sym == symStr ||
|
||||
sym == symPath ||
|
||||
sym == symSubPath ||
|
||||
sym == symSubPath || /* !!! evaluate */
|
||||
sym == symUri ||
|
||||
sym == symNull ||
|
||||
sym == symInt ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue