Unverified Commit a0b93294 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/udev: corrected assertion message (#474948)

parents d6243fcb 70a66028
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ in
          config.hardware.firmwareCompression == "zstd" -> config.boot.kernelPackages.kernelAtLeast "5.19";
        message = ''
          The firmware compression method is set to zstd, but the kernel version is too old.
          The kernel version must be at least 5.3 to use zstd compression.
          The kernel version must be at least 5.19 to use zstd compression.
        '';
      }
      {