mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-10-06 00:22:44 +02:00
fix link in other-usage-of-flakes/inputs (#235)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
The `inputs` section in `flake.nix` is an attribute set used to specify the dependencies
|
||||
of the current flake. There are various types of inputs, as shown in the examples below:
|
||||
|
||||
> See Offical docs for details - [Flakes Inputs - Nix Manual].
|
||||
> See Official docs for details - [Flakes Inputs - Nix Manual].
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -71,4 +71,5 @@ of the current flake. There are various types of inputs, as shown in the example
|
||||
|
||||
- [Flakes Inputs - Nix Manual]
|
||||
|
||||
[Flakes Inputs - Nix Manual]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html#flake-references
|
||||
[Flakes Inputs - Nix Manual]:
|
||||
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html#flake-inputs
|
||||
|
Reference in New Issue
Block a user