fix(README): fix some typos

This commit is contained in:
Yorick Barbanneau 2024-04-17 16:45:34 +02:00
parent 2c29a52d74
commit 9eb8afe259

View file

@ -19,7 +19,7 @@ doas nixos-rebuild switch --flake ".#mrmeeseeks"
## Update manual packages from github ## Update manual packages from github
Somes of module use `fetchFromGithub` who need *SHA-256* hash to meet Some modules use `fetchFromGithub` who need *SHA-256* hash to meet
reproductibility. Theses hashed can be obtain with `nix-prefetch-github`: reproductibility. Theses hashed can be obtain with `nix-prefetch-github`:
```shell ```shell
@ -33,4 +33,4 @@ $ nix-prefetch-ghithub --rev v1.22.0 sindresorhus pure
} }
``` ```
In this example whe have obtained the hash for the specific 1.22.0 version. In this example we have obtained the hash for the specific 1.22.0 version.