aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-10-02 15:07:24 -0500
committerGitHub <noreply@github.com>2021-10-02 15:07:24 -0500
commitaade43ffca1071c7bc376cedfb4beca0eb181bab (patch)
tree7c7f4a3607636ae003e01577e1a2da182a1d39ba
parent4f496150eb4e0012914c11f0a3ff4df2412b1d09 (diff)
parent3e884aa0028a34a57856b6b009bfce5ccfdfd6ea (diff)
Merge pull request #5317 from matklad/patch-1
Fix typo
-rw-r--r--src/nix/flake.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md
index 3d273100b..3b5812a0a 100644
--- a/src/nix/flake.md
+++ b/src/nix/flake.md
@@ -225,7 +225,7 @@ Currently the `type` attribute can be one of the following:
[flake:]<flake-id>(/<rev-or-ref>(/rev)?)?
```
- These perform a lookup of `<flake-id>` in the flake registry. or
+ These perform a lookup of `<flake-id>` in the flake registry. For
example, `nixpkgs` and `nixpkgs/release-20.09` are indirect flake
references. The specified `rev` and/or `ref` are merged with the
entry in the registry; see [nix registry](./nix3-registry.md) for