d'oh
This commit is contained in:
parent
4be367ec47
commit
f701e8d420
@ -23,7 +23,7 @@ let kernelVersion = config.boot.kernelPackages.kernel.version; in
|
||||
|
||||
config = pkgs.lib.mkIf config.networking.enableB43Firmware {
|
||||
assertions = [ {
|
||||
assertion = builtins.lessThan (builtins.compareVersions kernelVersion "3.2") 0;
|
||||
assertion = builtins.lessThan 0 (builtins.compareVersions kernelVersion "3.2");
|
||||
message = "b43 firmware for kernels older than 3.2 not packaged yet!";
|
||||
} ];
|
||||
hardware.firmware = [ pkgs.b43Firmware_5_1_138 ];
|
||||
|
Loading…
Reference in New Issue
Block a user