about summary refs log tree commit diff
path: root/nixos/doc/manual/development/non-switchable-systems.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development/non-switchable-systems.section.md')
-rw-r--r--nixos/doc/manual/development/non-switchable-systems.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/non-switchable-systems.section.md b/nixos/doc/manual/development/non-switchable-systems.section.md
index 87bb46c78909..a51e8233f30b 100644
--- a/nixos/doc/manual/development/non-switchable-systems.section.md
+++ b/nixos/doc/manual/development/non-switchable-systems.section.md
@@ -9,7 +9,7 @@ profile:
 
 ```nix
 { modulesPath, ... }: {
-  imports = [ "${modulesPath}/profiles/image-based-appliance.nix" ]
+  imports = [ "${modulesPath}/profiles/image-based-appliance.nix" ];
 }
 ```