diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -19,7 +19,6 @@ nur.url = "github:nix-community/NUR"; - pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; flake-utils.url = "github:numtide/flake-utils"; home-manager = { @@ -67,15 +66,6 @@ }; }; - checks = { - pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run { - src = ./.; - hooks = { - nixpkgs-fmt.enable = true; - shellcheck.enable = true; - }; - }; - }; devShell = pkgs.mkShell { buildInputs = with pkgs; [ nixUnstable |
