mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
* Use a linked list of substitutions. This reduces the amount of
copying.
This commit is contained in:
parent
c791e94aee
commit
68174bdc7d
4 changed files with 54 additions and 19 deletions
|
|
@ -30,6 +30,7 @@ Uri | string | Expr |
|
|||
List | ATermList | Expr |
|
||||
BlackHole | | Expr |
|
||||
Undefined | | Expr |
|
||||
Removed | | Expr |
|
||||
PrimOp | int ATermBlob ATermList | Expr |
|
||||
Attrs | ATermList | Expr |
|
||||
Closed | Expr | Expr |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue