From 28e623587d8f42f2c773de02b74d1cbeaff476c1 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Mar 2022 12:25:59 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99=20override=20nom=20src?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overlays/10-previews.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index eebb5912..4b969310 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -4,8 +4,5 @@ in { inherit unstable; unstableHaskellPackages = unstable.haskellPackages; unstableGhc = unstable.ghc; - inherit (unstable) nix home-assistant vscode-extensions vscodium mumble cachix cabal2nix alejandra; - nix-output-monitor = super.haskell.lib.overrideCabal unstable.nix-output-monitor { - src = super.sources.nix-output-monitor; - }; + inherit (unstable) nix home-assistant vscode-extensions vscodium mumble cachix cabal2nix alejandra nix-output-monitor; }