3
0
Fork 0
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:
Shea Levy 2013-04-16 13:34:37 -04:00
parent 7d2ec75ae7
commit cc1ae918bd

View file

@ -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).