1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds

This commit is contained in:
John Ericson 2020-10-09 18:26:47 +00:00
commit 39de73550d
193 changed files with 3689 additions and 2107 deletions

View file

@ -90,4 +90,4 @@ struct CmdEval : MixJSON, InstallableCommand
}
};
static auto r1 = registerCommand<CmdEval>("eval");
static auto rCmdEval = registerCommand<CmdEval>("eval");