Skip to content

Commit

Permalink
Merge pull request #92 from Adda0/fix_wording
Browse files Browse the repository at this point in the history
Fix: Improve wording in Preface and the book
  • Loading branch information
ryan4yin authored Feb 25, 2024
2 parents 8beb2b0 + 59e1ce4 commit dff1bb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/nixos-with-flakes/modularize-the-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ To examine the source code of `lib.mkBefore`, you can run `nix repl -f '<nixpkgs
mkAfter = mkOrder 1500;
# The default priority for things that don't have a priority specified.
defaultPriority = 100;
defaultPriority = 1000;
# ......
```
Expand Down
2 changes: 1 addition & 1 deletion docs/nixos-with-flakes/start-using-home-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ According to the official [Home Manager Manual](https://nix-community.github.io/
{ config, pkgs, ... }:
{
# TODO please change the username & home direcotry to your own
# TODO please change the username & home directory to your own
home.username = "ryan";
home.homeDirectory = "/home/ryan";
Expand Down
2 changes: 1 addition & 1 deletion docs/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you find this book helpful, please consider donating to support its developme

I’m not an expert on NixOS, and I’ve only been using NixOS for less than 9 months until now(2024-02),
so there must be some misconceptions or complex cases in the book.
If anyone finds anything incorrect or have any questions / suggestions, just let me know about it by open an issue or join the discussion on [GitHub Discussions](https://github.com/ryan4yin/nixos-and-flakes-book/discussions), I'm glad continue to optimize the content of this book.
If anyone finds anything incorrect or have any questions / suggestions, just let me know about it by opening an issue or joining the discussion on [GitHub Discussions](https://github.com/ryan4yin/nixos-and-flakes-book/discussions). I'm happy to continue improving the content of this book.

The reason why I wrote this little book was only because no one in the community did it for me, who was a beginner at the time, so I chose to do it myself.
Even though I knew I could make mistakes, it was much better than do nothing.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/nixos-with-flakes/modularize-the-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Nix Flakes 对目录结构没有任何要求,你可以参考上面的例子,
mkAfter = mkOrder 1500;
# The default priority for things that don't have a priority specified.
defaultPriority = 100;
defaultPriority = 1000;
# ......
```
Expand Down

0 comments on commit dff1bb3

Please sign in to comment.