aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@users.noreply.github.com>2021-09-02 10:47:38 +0200
committerGitHub <noreply@github.com>2021-09-02 10:47:38 +0200
commitd948415b71dca9a8aefc1c342a0878c6469cff1a (patch)
tree9fbecfd9cabfbb4cf9392aadd339eb01db401197 /src/nix
parentc397184749f7a273f1311b098fa9152af550e394 (diff)
Docs: Fix syntax error in json example in man page
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/registry.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/registry.md b/src/nix/registry.md
index 557e5795b..a1674bd2e 100644
--- a/src/nix/registry.md
+++ b/src/nix/registry.md
@@ -41,7 +41,7 @@ A registry is a JSON file with the following format:
```json
{
"version": 2,
- [
+ "flakes": [
{
"from": {
"type": "indirect",