aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-13 06:17:28 -0700
committerFuwn <[email protected]>2024-09-13 06:17:28 -0700
commit1ca0d23b264873a2c7cd89f084bdabb0625ec8db (patch)
treea311465cd286eb44de2bc06acf9b28ec32eb8e7a
parentb04e57f21396c7d71d79f04bd2a5b40d69bee3da (diff)
downloadpywal.nix-1ca0d23b264873a2c7cd89f084bdabb0625ec8db.tar.xz
pywal.nix-1ca0d23b264873a2c7cd89f084bdabb0625ec8db.zip
chore: remove debug shell
-rw-r--r--shell.nix10
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
- ];
-}