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:
commit
09348830bf
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ let
|
|||
);
|
||||
in
|
||||
''
|
||||
# shellcheck disable=SC2016
|
||||
${pkgs.cups}/bin/lpadmin ${args} -E
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue