wireguard: reference missing nixosTests.wireguard
This commit is contained in:
parent
21ec1f5ead
commit
a4347f2b92
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = ./update.sh;
|
updateScript = ./update.sh;
|
||||||
tests = {
|
tests = {
|
||||||
inherit (nixosTests) wg-quick wireguard-generated wireguard-namespaces;
|
inherit (nixosTests) wireguard wg-quick wireguard-generated wireguard-namespaces;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue