mention the os-prober test in pkgs.os-prober.passthru.tests

This commit is contained in:
Symphorien Gibol
2019-06-09 20:26:05 +02:00
parent 5c9634099d
commit 9e06a61cf0
3 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitLab, makeWrapper,
{ stdenv, fetchFromGitLab, makeWrapper, nixosTests,
# optional dependencies, the command(s) they provide
coreutils, # mktemp
grub2, # grub-mount and grub-probe
@@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
done;
'';
passthru.tests = {
os-prober = nixosTests.os-prober;
};
meta = with stdenv.lib; {
description = "Utility to detect other OSs on a set of drives";
homepage = http://packages.debian.org/source/sid/os-prober;