mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2025-02-16 12:58:27 +00:00
fix: fix typo (#147)
This commit is contained in:
parent
85618625c1
commit
a959ba388d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Nix modules defined in different `.nix` files. Lets look at an example module
|
|||
}
|
||||
```
|
||||
|
||||
This modules loads two other modules in the imports section, namely `special-fonts-1.nix`
|
||||
This module loads two other modules in the imports section, namely `special-fonts-1.nix`
|
||||
and `special-fonts-2.nix`. Both files are modules themselves and look similar to this.
|
||||
|
||||
```nix
|
||||
|
|
Loading…
Add table
Reference in a new issue