diff --git a/.forgejo/actions/precommit/Taskfile.yaml b/.forgejo/actions/precommit/Taskfile.yaml deleted file mode 100644 index e708a01..0000000 --- a/.forgejo/actions/precommit/Taskfile.yaml +++ /dev/null @@ -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 diff --git a/shell.nix b/shell.nix index 53260a4..cf0a2e8 100644 --- a/shell.nix +++ b/shell.nix @@ -5,11 +5,12 @@ pkgs.mkShell { NIX_CONFIG = "experimental-features = nix-command flakes"; nativeBuildInputs = with pkgs; [ + age gitleaks go-task + go-task + lazydocker pre-commit sops - age - go-task ]; }