From 377cbbdc3001d85242b21bb89823c69abf1765ba Mon Sep 17 00:00:00 2001 From: Yarny0 <41838844+Yarny0@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:12:43 +0200 Subject: [PATCH] cups: add 'cups-pdf' vm test to passthru.tests While aimed at the cups-pdf printing package, this vm tests also serves as a test for the cups printing module in general. --- pkgs/misc/cups/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/misc/cups/default.nix b/pkgs/misc/cups/default.nix index 4c9d2de10873..566632d74d78 100644 --- a/pkgs/misc/cups/default.nix +++ b/pkgs/misc/cups/default.nix @@ -138,6 +138,7 @@ stdenv.mkDerivation rec { passthru.tests = { inherit (nixosTests) + cups-pdf printing-service printing-socket ;