From b91284626711400eb6f7d8a6600604b9879d8b38 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Sat, 16 Jan 2021 23:15:52 +0100 Subject: nixos/tests/usbguard: init --- pkgs/os-specific/linux/usbguard/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/os-specific/linux/usbguard') diff --git a/pkgs/os-specific/linux/usbguard/default.nix b/pkgs/os-specific/linux/usbguard/default.nix index 55832dc7ade..7d4563baee4 100644 --- a/pkgs/os-specific/linux/usbguard/default.nix +++ b/pkgs/os-specific/linux/usbguard/default.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , autoreconfHook , installShellFiles +, nixosTests , asciidoc , pkg-config , libxslt @@ -73,6 +74,8 @@ stdenv.mkDerivation rec { installShellCompletion --zsh --name _usbguard scripts/usbguard-zsh-completion ''; + passthru.tests = nixosTests.usbguard; + meta = with lib; { description = "The USBGuard software framework helps to protect your computer against BadUSB"; longDescription = '' -- cgit 1.4.1