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); write_file($fn, <<EOF);
@configuration@ @configuration@
EOF 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 { } else {
print STDERR "warning: not overwriting existing $fn\n"; print STDERR "warning: not overwriting existing $fn\n";
} }