aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-13 13:17:28 +0000
committerFuwn <[email protected]>2024-09-13 13:17:28 +0000
commit671c54021878dbb509102a1ac3518f0d67089ce2 (patch)
treea311465cd286eb44de2bc06acf9b28ec32eb8e7a
parentchore(nix): use flake-utils for per-system (diff)
downloadpywal.nix-671c54021878dbb509102a1ac3518f0d67089ce2.tar.xz
pywal.nix-671c54021878dbb509102a1ac3518f0d67089ce2.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
- ];
-}