From ca626eeb3552447f2c1768ea3a2e10440146c881 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 6 Mar 2022 11:30:23 +0100 Subject: [PATCH] Bump nom --- nix/sources.json | 2 +- overlays/10-previews.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index f0f52a18..9ddef0a8 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -58,7 +58,7 @@ "nix-output-monitor": { "branch": "master", "repo": "git@hera.m-0.eu:nix-output-monitor", - "rev": "9c0395040e3e4907bb6df33b5b81893c467f01e9", + "rev": "88b573810eed627685568d04e379a31e1f74d3ce", "type": "git" }, "nixos-19.09": { diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index 5ac6305f..35c5578f 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -13,6 +13,6 @@ in 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 extra safe ]); + buildInputs = old.buildInputs ++ (with unstable.haskellPackages; [ streamly optics generic-optics extra safe MemoTrie ]); }); }