format with nixfmt
This commit is contained in:
parent
30b300986c
commit
9589d0a9f0
1 changed files with 6 additions and 4 deletions
10
shell.nix
10
shell.nix
|
@ -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
|
||||
]
|
||||
))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue