From 928eb5ef0af799153bb1872eb23d800f1ca1a8e8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 14 Apr 2026 13:25:58 -0400 Subject: [PATCH] kernel: disable chromeos platforms --- system/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/common.nix b/system/common.nix index af1638f..d297b69 100644 --- a/system/common.nix +++ b/system/common.nix @@ -151,6 +151,7 @@ PHANTOM = lib.mkForce no; W1 = lib.mkForce no; X86_ANDROID_TABLETS = lib.mkForce no; + CHROME_PLATFORMS = lib.mkForce no; # deprecated userland compat SGETMASK_SYSCALL = lib.mkForce no;