Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix: oh my god pre-commit hooks straight up werent being run with nix…
Browse files Browse the repository at this point in the history
… flake check
  • Loading branch information
tulilirockz committed Mar 25, 2024
1 parent f3abb6c commit 12860f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
pre-commit-check = nix-pre-commit-hooks.lib.${pkgs.system}.run {
src = ./.;

default_stages = [ "manual" "push" ];
hooks = {
nixpkgs-fmt.enable = true;
shellcheck.enable = true;
Expand Down

0 comments on commit 12860f5

Please sign in to comment.