From 456f3426be726b15eb2f7852bf623cddce38111d Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Feb 2022 01:26:18 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=98t=20use=20unfinished=20nom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overlays/10-previews.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index 41a2c56d..5cd401b6 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -12,7 +12,7 @@ in vscode-extensions = unstable.vscode-extensions; vscode = unstable.vscode; 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 ]); + #src = super.sources.nix-output-monitor; + #buildInputs = old.buildInputs ++ (with unstable.haskellPackages; [ streamly optics generic-optics ]); }); }