aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-05-10 10:36:43 -0700
committerFranck Cuny <franck@fcuny.net>2025-05-10 10:36:43 -0700
commiteccfac6fdcf47c41575e5a0d2cea82b0967926a8 (patch)
tree9c4f0262baa38ae66f7c6e85e9d2e8674444569a /flake.nix
parentadd flake-checker to pre-commit hooks (diff)
downloadinfra-eccfac6fdcf47c41575e5a0d2cea82b0967926a8.tar.gz
remove GHA, run the checks / tests with pre-commits
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 207192b..24655a7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -94,7 +94,6 @@
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
- actionlint.enable = true;
deadnix.enable = true;
};
};
@@ -108,7 +107,6 @@
inputs.pre-commit-hooks.lib.${system}.run {
inherit src;
hooks = {
- actionlint.enable = true;
check-merge-conflicts.enable = true;
deadnix.enable = true;
detect-private-keys.enable = true;