From 9589d0a9f0127b76dbbc74f4d4f6c72339ace600 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 31 Jan 2025 02:04:37 -0500 Subject: [PATCH] format with nixfmt --- shell.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/shell.nix b/shell.nix index 6588b4a..f090023 100644 --- a/shell.nix +++ b/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 + ] + )) ]; }