Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kingarrrt committed Dec 14, 2023
1 parent fc1c760 commit be9a86e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ to perpetual high CPU load).

Note that while the home-manager integration is recommended, some use cases
require the use of features only present in some versions of nix-direnv. It is
much harder to control the version of nix-direnv installedwith this method. If
much harder to control the version of nix-direnv installed with this method. If
you require such specific control, please use another method of installing
nix-direnv.

Expand Down Expand Up @@ -197,7 +197,7 @@ $ echo "use nix foo.nix" >> .envrc
## Flakes support

nix-direnv also comes with an alternative `use_flake` implementation. The code
is tested and does work but the upstream flake api is not finalized, so we we
is tested and does work but the upstream flake api is not finalized, so we
cannot guarantee stability after a nix upgrade.

Like `use_nix`, our `use_flake` will prevent garbage collection of downloaded
Expand Down Expand Up @@ -256,7 +256,7 @@ reasons, the argument parsing emulates `nix shell`.
This leads to some limitations in what we can reasonably parse.

Currently, all single-word arguments and some well-known double arguments will
be interpeted or passed along.
be interpreted or passed along.

#### Manual reload of the nix environment

Expand Down Expand Up @@ -294,7 +294,7 @@ nix invocation.

#### Tracked files

`nix-direnv` makes a performance tradeoff and only considers changes in a
`nix-direnv` makes a performance trade-off and only considers changes in a
limited number of files when deciding to update its cache.

- for `use nix` this is:
Expand Down

0 comments on commit be9a86e

Please sign in to comment.