cleanup
This commit is contained in:
parent
09b5bae6b3
commit
88cc8bf491
2 changed files with 3 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
version: "3"
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
init:
|
|
||||||
desc: Initialize pre-commit hooks
|
|
||||||
cmds:
|
|
||||||
- pre-commit install --install-hooks
|
|
||||||
run:
|
|
||||||
desc: Run pre-commit
|
|
||||||
cmds:
|
|
||||||
- pre-commit run --all-files
|
|
||||||
update:
|
|
||||||
desc: Update pre-commit hooks
|
|
||||||
cmds:
|
|
||||||
- pre-commit autoupdate
|
|
|
@ -5,11 +5,12 @@ pkgs.mkShell {
|
||||||
NIX_CONFIG = "experimental-features = nix-command flakes";
|
NIX_CONFIG = "experimental-features = nix-command flakes";
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
age
|
||||||
gitleaks
|
gitleaks
|
||||||
go-task
|
go-task
|
||||||
|
go-task
|
||||||
|
lazydocker
|
||||||
pre-commit
|
pre-commit
|
||||||
sops
|
sops
|
||||||
age
|
|
||||||
go-task
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue