mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
wireguard: reference missing nixosTests.wireguard
This commit is contained in:
parent
21ec1f5ead
commit
a4347f2b92
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user