Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
hooks: Run "pre-push" by default
◌ CI pending Lorenz Leutgeb committed 6 months ago
commit 11cbc2e5154a9a422a654ab3237904261422c196
parent 7ccdd4c810355ca2fe50243f1074229ccc191032
1 pending (1 total) View logs
1 file changed +4 -1
modified flake.nix
@@ -213,7 +213,6 @@
                  "grep-${word}"
                  "! ${lib.getExe pkgs.ripgrep} --context=3 --fixed-strings '${word}' $@");
                name = "Avoid '${word}' in '${files}'";
-
                stages = ["pre-commit" "pre-push"];
                pass_filenames = true;
              };
            };
@@ -221,6 +220,10 @@
            inputs.git-hooks.lib.${system}.run {
              src = ./.;
              settings.rust.check.cargoDeps = pkgs.rustPlatform.importCargoLock {lockFile = ./Cargo.lock;};
+
              default_stages = [
+
                "pre-commit"
+
                "pre-push"
+
              ];
              hooks =
                {
                  alejandra.enable = true;