docs: fix note syntax
This commit is contained in:
parent
bef767a77c
commit
0f27ed1e1b
1 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,10 @@
|
||||||
|
|
||||||
## Flake {#usage-flake}
|
## Flake {#usage-flake}
|
||||||
|
|
||||||
::: {.note} A complete minimal and buildable example can be found at
|
::: {.note}
|
||||||
[`./demo/minimal/flake.nix`](@REPO@/demo/minimal/flake.nix). :::
|
A complete minimal and buildable example can be found at
|
||||||
|
[`./demo/minimal/flake.nix`](@REPO@/demo/minimal/flake.nix).
|
||||||
|
:::
|
||||||
|
|
||||||
Self Host Blocks is available as a flake. It also uses its own `pkgs.lib` and
|
Self Host Blocks is available as a flake. It also uses its own `pkgs.lib` and
|
||||||
`nixpkgs` and it is required to use the provided ones as input for your
|
`nixpkgs` and it is required to use the provided ones as input for your
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue