kexec-installer: use pkgs.testers to define test
This commit is contained in:
parent
41eb99f3cc
commit
8e077ae20b
1 changed files with 1 additions and 8 deletions
|
@ -3,14 +3,7 @@
|
|||
, kexecTarball
|
||||
}:
|
||||
|
||||
let
|
||||
makeTest = import (pkgs.path + "/nixos/tests/make-test-python.nix");
|
||||
makeTest' = args: makeTest args {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) system;
|
||||
};
|
||||
in
|
||||
makeTest' {
|
||||
pkgs.testers.runNixOSTest {
|
||||
name = "kexec-installer";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ mic92 ];
|
||||
|
|
Loading…
Reference in a new issue