From 5944f94648cfa7b058097576f541ca71505e640b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Tue, 13 Jun 2023 17:07:32 +0100 Subject: [PATCH] improve formatting --- source/intro.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/intro.adoc b/source/intro.adoc index 80bd3e9..8b7a889 100644 --- a/source/intro.adoc +++ b/source/intro.adoc @@ -52,10 +52,12 @@ https://nixos.org/[nixos.org]. To enable flakes on an existing installation, see the instructions in the https://nixos.wiki/wiki/Flakes[NixOS wiki]. -=== Tip: Pay attention to those hyphens - -There are hyphenated and unhyphenated versions of many Nix commands. For -example, `nix-shell` and `nix shell` are two different commands. +[IMPORTANT] +==== +There are hyphenated and unhyphenated versions of many Nix commands. +For example, `nix-shell` and `nix shell` are two different commands. +Don't confuse them! Generally speaking, the unhyphenated versions are for working directly with flakes, while the hyphenated versions are for everything else. +====