From cc1ae918bd359de73d4b7bdd3b37759ce1fa5d61 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 16 Apr 2013 13:34:37 -0400 Subject: [PATCH] Fix cut-off comment in generated configuration.nix Pointed out by Mathnerd626 on irc Signed-off-by: Shea Levy --- modules/installer/tools/nixos-option.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/tools/nixos-option.sh b/modules/installer/tools/nixos-option.sh index 47abac7fddd0..4cc6ae64bdc0 100644 --- a/modules/installer/tools/nixos-option.sh +++ b/modules/installer/tools/nixos-option.sh @@ -207,7 +207,7 @@ if $generate; then # Generate a template configuration file where the user has to # fill the gaps. - cat < "$NIXOS_CONFIG" \ + cat < "$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).