mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
use correct mdBook syntax for callouts
This commit is contained in:
parent
8cec32e7f5
commit
cc3a5f4ba2
2 changed files with 12 additions and 16 deletions
|
@ -34,10 +34,9 @@ It is used to compose expressions which ultimately evaluate to self-contained *b
|
|||
|
||||
The command line and Nix language are what users interact with most.
|
||||
|
||||
::: {.note}
|
||||
The Nix language itself does not have a notion of *packages* or *configurations*.
|
||||
As far as we are concerned here, the inputs and results of a build plan are just data.
|
||||
:::
|
||||
> **Note**
|
||||
> The Nix language itself does not have a notion of *packages* or *configurations*.
|
||||
> As far as we are concerned here, the inputs and results of a build plan are just data.
|
||||
|
||||
Underlying these is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them.
|
||||
It can also execute build plans to produce new data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue