fix warning
Some checks are pending
cache / build (push) Waiting to run

This commit is contained in:
2025-12-09 21:59:34 +04:00
parent f77541c4bf
commit 636b729964

View File

@@ -21,7 +21,7 @@ let
let
min-supported-version = (lib.head (lib.attrValues electron-source)).unwrapped.info.chromium.version;
# Warning can be toggled by changing the value of enabled:
enabled = true;
enabled = false;
in
lib.warnIf (enabled && lib.versionAtLeast min-supported-version min-version)
"chromium: min-supported-version ${min-supported-version} is newer than a conditional bounded at ${min-version}. You can safely delete it."