Merge pull request #283729 from trofi/nvidia-x11-revert-useLibs-assert

nvidia-x11: revert "add an assert that `useSettings` implies more tha…
This commit is contained in:
Nick Cao 2024-01-25 07:24:43 -05:00 committed by GitHub
commit 31766fca35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,6 @@
with lib;
assert useSettings -> !libsOnly;
assert !libsOnly -> kernel != null;
assert versionOlder version "391" -> sha256_32bit != null;
assert useSettings -> settingsSha256 != null;