Skip to content

Commit f5e90bb

Browse files
authored
fix link in other-usage-of-flakes/inputs (#235)
1 parent bedbe52 commit f5e90bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/en/other-usage-of-flakes/inputs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `inputs` section in `flake.nix` is an attribute set used to specify the dependencies
44
of the current flake. There are various types of inputs, as shown in the examples below:
55

6-
> See Offical docs for details - [Flakes Inputs - Nix Manual].
6+
> See Official docs for details - [Flakes Inputs - Nix Manual].
77
88
```nix
99
{
@@ -71,4 +71,5 @@ of the current flake. There are various types of inputs, as shown in the example
7171

7272
- [Flakes Inputs - Nix Manual]
7373

74-
[Flakes Inputs - Nix Manual]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html#flake-references
74+
[Flakes Inputs - Nix Manual]:
75+
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html#flake-inputs

0 commit comments

Comments
 (0)