fix(docs): fix unclosed HTML tag warning
This commit is contained in:
parent
98e7d20168
commit
51be18d517
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue