memtest86plus: add nixosTests.systemd-boot.memtest86 to tests

This commit is contained in:
Luna Nova
2025-11-27 13:19:24 +03:00
committed by K900
parent e95bd0bf1c
commit b4b8da3152
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nixosTests,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -30,6 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
install -Dm0444 mt86plus $out/mt86plus.efi
'';
passthru.tests.systemd-boot-memtest = nixosTests.systemd-boot.memtest86;
meta = {
homepage = "https://www.memtest.org/";
description = "Tool to detect memory errors";