* Drop ATmake / ATMatcher also in handling store expressions.
This commit is contained in:
parent
ed09821859
commit
a69534fc21
19 changed files with 118 additions and 258 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include "shared.hh"
|
||||
#include "eval.hh"
|
||||
#include "parser.hh"
|
||||
#include "constructors.hh"
|
||||
#include "nixexpr-ast.hh"
|
||||
#include "help.txt.hh"
|
||||
|
||||
|
||||
|
|
@ -28,7 +28,6 @@ static Expr evalStdin(EvalState & state, bool parseOnly)
|
|||
|
||||
static void printDrvPaths(EvalState & state, Expr e)
|
||||
{
|
||||
ATMatcher m;
|
||||
ATermList es;
|
||||
|
||||
/* !!! duplication w.r.t. parseDerivations in nix-env */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue