Skip to content

Commit

Permalink
Merge pull request #283729 from trofi/nvidia-x11-revert-useLibs-assert
Browse files Browse the repository at this point in the history
nvidia-x11: revert "add an assert that `useSettings` implies more tha…
  • Loading branch information
NickCao authored Jan 25, 2024
2 parents 4419fb2 + b2ee490 commit 31766fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/nvidia-x11/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

with lib;

assert useSettings -> !libsOnly;
assert !libsOnly -> kernel != null;
assert versionOlder version "391" -> sha256_32bit != null;
assert useSettings -> settingsSha256 != null;
Expand Down

0 comments on commit 31766fc

Please sign in to comment.