nixos/tests/usbguard: init

This commit is contained in:
Philipp Bartsch
2021-01-23 01:19:11 +01:00
parent c245e9d2ff
commit b912846267
3 changed files with 66 additions and 0 deletions
@@ -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 = ''