diff options
| author | Fuwn <[email protected]> | 2024-09-13 06:17:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-13 06:17:28 -0700 |
| commit | 1ca0d23b264873a2c7cd89f084bdabb0625ec8db (patch) | |
| tree | a311465cd286eb44de2bc06acf9b28ec32eb8e7a | |
| parent | b04e57f21396c7d71d79f04bd2a5b40d69bee3da (diff) | |
| download | pywal.nix-1ca0d23b264873a2c7cd89f084bdabb0625ec8db.tar.xz pywal.nix-1ca0d23b264873a2c7cd89f084bdabb0625ec8db.zip | |
chore: remove debug shell
| -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 - ]; -} |