diff options
| author | Fuwn <[email protected]> | 2024-09-13 13:17:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-13 13:17:28 +0000 |
| commit | 671c54021878dbb509102a1ac3518f0d67089ce2 (patch) | |
| tree | a311465cd286eb44de2bc06acf9b28ec32eb8e7a | |
| parent | chore(nix): use flake-utils for per-system (diff) | |
| download | pywal.nix-671c54021878dbb509102a1ac3518f0d67089ce2.tar.xz pywal.nix-671c54021878dbb509102a1ac3518f0d67089ce2.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 - ]; -} |