forked from mirrors/nixpkgs
Fix cut-off comment in generated configuration.nix
Pointed out by Mathnerd626 on irc Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
7d2ec75ae7
commit
cc1ae918bd
|
@ -207,7 +207,7 @@ if $generate; then
|
|||
|
||||
# Generate a template configuration file where the user has to
|
||||
# fill the gaps.
|
||||
cat <<EOF > "$NIXOS_CONFIG" \
|
||||
cat <<EOF > "$NIXOS_CONFIG"
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# the system. Help is available in the configuration.nix(5) man page
|
||||
# or the NixOS manual available on virtual console 8 (Alt+F8).
|
||||
|
|
Loading…
Reference in a new issue