mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-10 05:05:54 +08:00
improve formatting
This commit is contained in:
parent
f6e27ae578
commit
5944f94648
1 changed files with 6 additions and 4 deletions
|
|
@ -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.
|
||||
====
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue