From 86a5b3258059a07f7d323b011546dc60a1aa86c9 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@horizon-haskell.net> Date: Thu, 15 Feb 2024 10:11:59 +0000 Subject: [PATCH] remove lint-utils --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index 8833d17..ef89650 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,6 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; horizon-ghc.url = "git+https://gitlab.horizon-haskell.net/ghc/horizon-ghc"; - lint-utils.url = "git+https://gitlab.nixica.dev/nix/lint-utils"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; }; @@ -19,7 +18,6 @@ { self , flake-parts , horizon-ghc - , lint-utils , nixpkgs , ... }: @@ -62,11 +60,6 @@ config.allowUnfree = true; }; - checks = with lint-utils.linters.${system}; { - dhall-format = dhall-format { src = self; }; - nixpkgs-fmt = nixpkgs-fmt { src = self; find = "flake.nix"; }; - }; - inherit legacyPackages; inherit packages; -- GitLab