nixos-generate-config: Add missing newline
This commit is contained in:
parent
755ebd12bc
commit
b551f06097
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue