Skip to content

Commit 4536260

Browse files
authored
Merge pull request #114 from Silent-wqh/fix-typo
Fix typo
2 parents 9adde97 + 42523fd commit 4536260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/nixos-with-flakes/add-custom-cache-servers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ According to the official documentation, if the value of the `xxx` parameter is
157157

158158
In other words, you can use it like this:
159159

160-
```nix{7,13,37-58}
160+
```nix{7,13,37-60}
161161
{
162162
description = "NixOS configuration of Ryan Yin";
163163

docs/zh/nixos-with-flakes/add-custom-cache-servers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Nix 提供了 [`extra-` 前缀](https://nixos.org/manual/nix/stable/command-ref/
160160

161161
也就是说我们可以这么用:
162162

163-
```nix{7,13,37-58}
163+
```nix{7,13,37-60}
164164
{
165165
description = "NixOS configuration of Ryan Yin";
166166

0 commit comments

Comments
 (0)