fix(docs): fix unclosed HTML tag warning

This commit is contained in:
Sk7Str1p3 2026-05-02 14:27:20 +03:00
parent 98e7d20168
commit 51be18d517
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B

View file

@ -10,8 +10,8 @@
> `flake.nix` is generated via [flake-file](https://github.com/vic/flake-file). Then adding new input,
> remember running `nix run .#write-flake` to apply changes!
>
> In next chapters, you'll see attributes of type `flake.inputs.<class>.<input>`.
> Then accessing inputs in repl, remove <class>, so instead of calling e.g. `flake.inputs.core.nixpkgs`,
> In next chapters, you'll see attributes of type `flake.inputs.{class}.{input}`.
> Then accessing inputs in repl, remove {class}, so instead of calling e.g. `flake.inputs.core.nixpkgs`,
> you call `flake.inputs.nixpkgs`.
*/
import ./core.nix