From 671c54021878dbb509102a1ac3518f0d67089ce2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 13 Sep 2024 13:17:28 +0000 Subject: chore: remove debug shell --- shell.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 shell.nix diff --git a/shell.nix b/shell.nix deleted file mode 100644 index f86a120..0000000 --- a/shell.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ - pkgs ? import { }, -}: -pkgs.mkShell { - packages = with pkgs; [ - imagemagick - python312Packages.colorthief - colorz - ]; -} -- cgit v1.2.3