From 51be18d5175472efe9e9d413ad45e9842b6e6b00 Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Sat, 2 May 2026 14:27:20 +0300 Subject: [PATCH] fix(docs): fix `unclosed HTML tag` warning --- flake/inputs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake/inputs/default.nix b/flake/inputs/default.nix index e0d09f9..f65279f 100644 --- a/flake/inputs/default.nix +++ b/flake/inputs/default.nix @@ -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..`. - > Then accessing inputs in repl, remove , 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