nixos/printers: Fix ShellCheck issue (#370909)
This commit is contained in:
@@ -28,6 +28,7 @@ let
|
||||
);
|
||||
in
|
||||
''
|
||||
# shellcheck disable=SC2016
|
||||
${pkgs.cups}/bin/lpadmin ${args} -E
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user