nixos/tests/usbguard: init
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user