wireguard: reference missing nixosTests.wireguard

This commit is contained in:
Maximilian Bosch 2020-04-25 20:22:14 +02:00
parent 21ec1f5ead
commit a4347f2b92
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = ./update.sh;
tests = {
inherit (nixosTests) wg-quick wireguard-generated wireguard-namespaces;
inherit (nixosTests) wireguard wg-quick wireguard-generated wireguard-namespaces;
};
};