Commit 80da4f45 authored by sanana's avatar sanana Committed by Masum Reza
Browse files

limine: link nixosTests.limine to passthru.tests

Follow-up to #386368.
parent 5b8928c1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  llvmPackages,
  mtools,
  nasm,
  nixosTests,
  # The following options map to configure flags.
  enableAll ? false,
  buildCDs ? false,
@@ -89,6 +90,8 @@ stdenv.mkDerivation {
    "man"
  ];

  passthru.tests = nixosTests.limine;

  meta = {
    homepage = "https://limine-bootloader.org/";
    changelog = "https://raw.githubusercontent.com/limine-bootloader/limine/refs/tags/v${version}/ChangeLog";