about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 170377e..1e796af 100644
--- a/flake.nix
+++ b/flake.nix
@@ -303,13 +303,6 @@
               entry = "${pkgs.prometheus.cli}/bin/promtool check rules";
               files = "(?x)^(modules/nixos/monitoring/rules/.*\.yaml)$";
             };
-            nixpkgs-lint = {
-              enable = true;
-              name = "nixpkgs-lint";
-              description = "Semantic linter for Nixpkgs using tree-sitter";
-              entry = "${pkgs.nixpkgs-lint}/bin/nixpkgs-lint";
-              files = "(?x)^(packages/.*\.nix)$";
-            };
           };
           settings.deadnix.edit = true;
         };

Consider giving Nix/NixOS a try! <3