From c7f698930ed4134e5b8553fd7eb61fe43f9d2616 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 15 Jan 2022 16:29:07 +0100 Subject: [PATCH] Remove unnecessary these dep --- overlays/10-previews.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index e98d260b..514dee86 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -11,6 +11,6 @@ in home-assistant = unstable.home-assistant; nix-output-monitor = unstable.nix-output-monitor.overrideAttrs (old: { src = super.sources.nix-output-monitor; - buildInputs = old.buildInputs ++ (with unstable.haskellPackages; [ streamly optics generic-optics these ]); + buildInputs = old.buildInputs ++ (with unstable.haskellPackages; [ streamly optics generic-optics ]); }); }