summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6e58abb..0c3f719 100644
--- a/flake.nix
+++ b/flake.nix
@@ -84,6 +84,7 @@
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;
hooks = {
+ actionlint.enable = true;
alejandra.enable = true;
deadnix.enable = true;
statix.enable = true;
@@ -96,6 +97,7 @@
default = mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
packages = [
+ actionlint
agenix.packages.${system}.agenix
alejandra
deadnix