about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-22 14:19:26 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-22 14:19:26 -0700
commite80bb300bf94900de2d9ec1ed0a60538ff10a19e (patch)
tree7312b81f816b480a154f556fd15b8ae0266537bc
parentremove GPS data from images (diff)
downloadfcuny.net-e80bb300bf94900de2d9ec1ed0a60538ff10a19e.tar.gz
install tools needed to remove GPS data
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9295dba..4fc38e6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,6 +37,8 @@
             taplo
             nodePackages.prettier
             awscli
+            imagemagick
+            exiftool
           ];
         };
       });