mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* 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
|
@ -55,6 +55,9 @@ void checkStoreNotSymlink(Path path)
|
|||
}
|
||||
|
||||
|
||||
void initStoreExprHelpers();
|
||||
|
||||
|
||||
/* Initialize and reorder arguments, then call the actual argument
|
||||
processor. */
|
||||
static void initAndRun(int argc, char * * argv)
|
||||
|
@ -101,6 +104,9 @@ static void initAndRun(int argc, char * * argv)
|
|||
string lt = getEnv("NIX_LOG_TYPE");
|
||||
if (lt != "") setLogType(lt);
|
||||
|
||||
/* ATerm stuff. !!! find a better place to put this */
|
||||
initStoreExprHelpers();
|
||||
|
||||
/* Put the arguments in a vector. */
|
||||
Strings args, remaining;
|
||||
while (argc--) args.push_back(*argv++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue