chore(third_party/nix): Dump of minor accumulated changes

None of these are worthy of a specific commit, or even have a real
reason behind them, but I didn't want to lose them.
This commit is contained in:
Vincent Ambo 2020-05-20 01:10:44 +01:00
parent ddd059e0fa
commit ffb2ae54be
5 changed files with 5 additions and 25 deletions

View file

@ -47,7 +47,7 @@ static bool allSupportedLocally(const std::set<std::string>& requiredFeatures) {
return true;
}
static int _main(int argc, char** argv) {
static int _main(int argc, char* argv[]) {
{
/* Ensure we don't get any SSH passphrase or host key popups. */
unsetenv("DISPLAY");