Skip to content

Commit

Permalink
Merge pull request #114 from Silent-wqh/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryan4yin committed Mar 11, 2024
2 parents 9adde97 + 42523fd commit 4536260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nixos-with-flakes/add-custom-cache-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ According to the official documentation, if the value of the `xxx` parameter is

In other words, you can use it like this:

```nix{7,13,37-58}
```nix{7,13,37-60}
{
description = "NixOS configuration of Ryan Yin";
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/nixos-with-flakes/add-custom-cache-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Nix 提供了 [`extra-` 前缀](https://nixos.org/manual/nix/stable/command-ref/

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

```nix{7,13,37-58}
```nix{7,13,37-60}
{
description = "NixOS configuration of Ryan Yin";
Expand Down

0 comments on commit 4536260

Please sign in to comment.