From 7e664cb5553411d3f80a47b7057c4cecf4801c9c Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@horizon-haskell.net>
Date: Thu, 8 Feb 2024 18:09:53 +0000
Subject: [PATCH] lint-utils: remove

---
 flake.nix | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/flake.nix b/flake.nix
index c7d3e45..c22be7b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,6 @@
 
   inputs = {
     flake-parts.url = "github:hercules-ci/flake-parts";
-    lint-utils.url = "git+https://gitlab.nixica.dev/nix/lint-utils";
     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
   };
 
@@ -17,7 +16,6 @@
     inputs@
     { self
     , flake-parts
-    , lint-utils
     , nixpkgs
     , ...
     }:
@@ -65,10 +63,6 @@
               config.allowUnfree = true;
             };
 
-            checks = with lint-utils.linters.${system}; {
-              nixpkgs-fmt = nixpkgs-fmt { src = self; find = "flake.nix"; };
-            };
-
             inherit legacyPackages;
 
             inherit packages;
-- 
GitLab