From 25398d3c97ba0ac61bd25f9f36eb4596bd628a3d Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Wed, 4 Dec 2024 21:53:22 +0800 Subject: [PATCH] overlays/chromium: disable CLI args overriding for vscodium It is buggy for this: `codium ` Don't know what's the reason behind this, so just temporarily disable it. --- overlays/chromium.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/overlays/chromium.nix b/overlays/chromium.nix index 441434a..6fa7f45 100644 --- a/overlays/chromium.nix +++ b/overlays/chromium.nix @@ -25,5 +25,4 @@ lib.foldl' { } [ "chromium" - "vscodium" ]