fix(README): fix some typos
This commit is contained in:
parent
2c29a52d74
commit
9eb8afe259
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue