Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/printers: Fix ShellCheck issue
Fixes the following warning when setting `systemd.enableStrictShellChecks = true`: > In /nix/store/a3mk99mgl10a4k3maxx361hdli5p2rip-unit-script-ensure-printers-start/bin/ensure-printers-start line 6: > /nix/store/26fb46gwc5sbd045nj3dxw4zqpml359i-cups-2.4.11/bin/lpadmin -D 'virtual printer for cups-pdf instance pdf' -L '/var/spool/cups-pdf-pdf/users/${USER}' -m CUPS-PDF_opt.ppd -p pdf -v cups-pdf:/pdf -E > ^-- SC2016 (info): Expressions don't expand in single quotes, use double quotes for that.
- Loading branch information