diff --git a/.gitignore b/.gitignore index 9302510..b2be92b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ result -.direnv/ -.envrc/ -.task/ diff --git a/README.md b/README.md index a559b32..5d82a7d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ doas nixos-rebuild switch --flake ".#mrmeeseeks" ## Update manual packages from github -Some modules use `fetchFromGithub` who need *SHA-256* hash to meet +Somes of module use `fetchFromGithub` who need *SHA-256* hash to meet reproductibility. Theses hashed can be obtain with `nix-prefetch-github`: ```shell @@ -33,4 +33,4 @@ $ nix-prefetch-ghithub --rev v1.22.0 sindresorhus pure } ``` -In this example we have obtained the hash for the specific 1.22.0 version. +In this example whe have obtained the hash for the specific 1.22.0 version. diff --git a/_typos.toml b/_typos.toml deleted file mode 100644 index e5c26af..0000000 --- a/_typos.toml +++ /dev/null @@ -1,3 +0,0 @@ -[default.extend-words] -doas = "doas" -edn = "edn" diff --git a/lefthook.yaml b/lefthook.yaml index 76a8dd0..ced9740 100644 --- a/lefthook.yaml +++ b/lefthook.yaml @@ -4,15 +4,8 @@ no_tty: true commit-msg: commands: - lint:convco: + lint:commitmsg: run: cat {1} | convco check --from-stdin - lint:typos: - run: cat {1} | typos - -pre-commit: - parallel: false - commands: - lint:typos:staged_files: - run: typos {staged_files} pre-push: parallel: false commands: