diff options
| -rw-r--r-- | shell.nix | 10 |
1 files changed, 0 insertions, 10 deletions
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 <nixpkgs> { }, -}: -pkgs.mkShell { - packages = with pkgs; [ - imagemagick - python312Packages.colorthief - colorz - ]; -} |