kexec-tools: passthru kexec tests

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-04-17 20:20:09 +02:00
parent 56a14faedb
commit 403b07900f
+3
View File
@@ -4,6 +4,7 @@
buildPackages,
fetchurl,
fetchpatch,
nixosTests,
zlib,
}:
@@ -46,6 +47,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests.kexec = nixosTests.kexec;
meta = with lib; {
homepage = "http://horms.net/projects/kexec/kexec-tools";
description = "Tools related to the kexec Linux feature";