mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Merge pull request #1302 from dtzWill/fix/nix-options
Process nix.conf options in "new" commands, add test
This commit is contained in:
commit
23304f527a
3 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ void mainWrapped(int argc, char * * argv)
|
|||
NixArgs args;
|
||||
|
||||
args.parseCmdline(argvToStrings(argc, argv));
|
||||
settings.update();
|
||||
|
||||
assert(args.command);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue