Compare commits
No commits in common. "67e7a3269da0afe8dd0e3b25f3fd21763f75dc77" and "2c29a52d7416cfc94fc23561005aae50d0bfee67" have entirely different histories.
67e7a3269d
...
2c29a52d74
4 changed files with 3 additions and 16 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1 @@
|
||||||
result
|
result
|
||||||
.direnv/
|
|
||||||
.envrc/
|
|
||||||
.task/
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ doas nixos-rebuild switch --flake ".#mrmeeseeks"
|
||||||
|
|
||||||
## Update manual packages from github
|
## 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`:
|
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 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.
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[default.extend-words]
|
|
||||||
doas = "doas"
|
|
||||||
edn = "edn"
|
|
|
@ -4,15 +4,8 @@ no_tty: true
|
||||||
|
|
||||||
commit-msg:
|
commit-msg:
|
||||||
commands:
|
commands:
|
||||||
lint:convco:
|
lint:commitmsg:
|
||||||
run: cat {1} | convco check --from-stdin
|
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:
|
pre-push:
|
||||||
parallel: false
|
parallel: false
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue