format with nixfmt

This commit is contained in:
Infinidoge 2025-01-31 02:04:37 -05:00
parent 30b300986c
commit 9589d0a9f0
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -23,9 +23,11 @@ in
# alias print="lp -d EPSON-TM-m30 -o lpi=10 -o cpi=15"
devshell.mkShell {
packages = with pkgs; [
(python3.withPackages (p: with p; [
python-escpos
pycups
]))
(python3.withPackages (
p: with p; [
python-escpos
pycups
]
))
];
}