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