From 77587389c4b9fe443fa7232a1b658abbd354d571 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 10 Mar 2023 00:13:59 +0000 Subject: [PATCH] re-enable chromium --- overlays/pins.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/overlays/pins.nix b/overlays/pins.nix index 4ea9cf11..ca562e9c 100644 --- a/overlays/pins.nix +++ b/overlays/pins.nix @@ -15,6 +15,7 @@ # so just forward the unstable packages. inherit (next.stable or prev) ; - # TODO(2023/03/09): chromium 110.0.5481.177 build hangs. next flake update should resolve? - chromium = next.emptyDirectory; + # chromium can take 4 hours to build from source, with no signs of progress. + # disable it if you're in a rush. + # chromium = next.emptyDirectory; })