@@ -83,7 +83,7 @@ all with their extensive CLI flags for extensive configuration.
8383
8484### Global Subcommands
8585
86- - ` nh search ` - a super-fast package searching tool (powered by a ElasticSearch
86+ - ` nh search ` - a super-fast package searching tool (powered by an Elasticsearch
8787 client) for Nix packages in supported Nixpkgs branches.
8888 <p align =" center " >
8989 <img
@@ -141,7 +141,7 @@ nix shell nixpkgs#nh # stable
141141nix shell github:nix-community/nh # dev
142142```
143143
144- You can try NH today in a Nix shell today, no setup required!
144+ You can try NH in a Nix shell today, no setup required!
145145
146146### NixOS
147147
@@ -275,7 +275,7 @@ NH consists of two modules. The core of NH is found in the `src` directory, and
275275is separated into different modules. Some of the critical modules that you may
276276want to be aware of are ` nh::commands ` for command interfaces, ` nh::checks ` for
277277pre-startup checks and ` nh::util ` to store shared logic. Platform-specific logic
278- is placed in the appropriate platfom module, such as ` nh::nixos ` or ` nh::darwin `
278+ is placed in the appropriate platform module, such as ` nh::nixos ` or ` nh::darwin `
279279with generic helpers placed in ` nh::util ` .
280280
281281The ` xtask ` directory contains the cargo-xtask tasks used by NH, used to
@@ -293,7 +293,7 @@ Lastly, update the [changelog](/CHANGELOG.md) and open your pull request.
293293[ nix-output-monitor ] : https://github.com/maralorn/nix-output-monitor
294294[ dix ] : https://github.com/bloxx12/dix
295295
296- NH would not be possible without all thee tools we run under the hood
296+ NH would not be possible without all the tools we run under the hood
297297
298298- Tree of builds with [ nix-output-monitor] .
299299- Visualization of the upgrade diff with [ dix] .
0 commit comments