mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-10 06:44:14 +00:00
Fix typo
This commit is contained in:
parent
9adde97aee
commit
42523fd5ca
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue