Merge pull request #86055 from Ma27/wireguard-kernel-versions

This commit is contained in:
Jörg Thalheim
2020-05-28 23:07:29 +01:00
committed by GitHub
7 changed files with 113 additions and 75 deletions
@@ -49,9 +49,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = ./update.sh;
tests = {
inherit (nixosTests) wireguard wg-quick wireguard-generated wireguard-namespaces;
};
tests = nixosTests.wireguard;
};
meta = {