add metadata-scrub to devshell

This commit is contained in:
midas 2025-02-12 15:13:51 +01:00
parent 17dec95200
commit 0758252245
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
src = ./.;
snowfall = {
root = ./nix;
namespace = "my-namespace";
namespace = "blog";
};
alias = {

View file

@ -15,7 +15,7 @@
mkShell {
packages = with pkgs; [
exiftool
blog.metadata-scrub
gimp
];
}