networkmanager: add passthru.tests

This commit is contained in:
Janik H. 2024-03-02 17:51:18 +01:00
parent 8612ed1ee9
commit 51cccffa95
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@
, mobile-broadband-provider-info
, runtimeShell
, buildPackages
, nixosTests
}:
let
@ -203,6 +204,9 @@ stdenv.mkDerivation rec {
attrPath = "networkmanager";
versionPolicy = "odd-unstable";
};
tests = {
inherit (nixosTests.networking) networkmanager;
};
};
meta = with lib; {