kexec-tools: passthru kexec tests
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user