nixos-generate-config: Add missing newline

This commit is contained in:
Eelco Dolstra 2020-10-03 10:48:39 +02:00
parent 755ebd12bc
commit b551f06097

View File

@ -628,7 +628,7 @@ EOF
write_file($fn, <<EOF);
@configuration@
EOF
print STDERR "For more hardware-specific settings, see https://github.com/NixOS/nixos-hardware"
print STDERR "For more hardware-specific settings, see https://github.com/NixOS/nixos-hardware.\n"
} else {
print STDERR "warning: not overwriting existing $fn\n";
}