0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/printers: Fix ShellCheck issue (#370909)

This commit is contained in:
Pol Dellaiera 2025-01-04 23:37:26 +01:00 committed by GitHub
commit 09348830bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ let
);
in
''
# shellcheck disable=SC2016
${pkgs.cups}/bin/lpadmin ${args} -E
'';