1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 06:22:42 +01:00

Merge pull request #1302 from dtzWill/fix/nix-options

Process nix.conf options in "new" commands, add test
This commit is contained in:
Eelco Dolstra 2017-04-12 11:03:19 +02:00 committed by GitHub
commit 23304f527a
3 changed files with 9 additions and 0 deletions

View file

@ -42,6 +42,7 @@ void mainWrapped(int argc, char * * argv)
NixArgs args;
args.parseCmdline(argvToStrings(argc, argv));
settings.update();
assert(args.command);