I propose "Nis", a new syntax for Nix.
Nix's syntax has a couple of issues. Its function invocation syntax breaks in arrays, which is fairly serious. It also involves a lot of semicolons. Neither of these things are necessary.
Nix version:
{
outputs = inputs: let
username = "mako";
defaultHostname = "yoga";