feat: PWA photo capture with IndexedDB storage #1

Merged
toph merged 6 commits from feat/20260226-photo-capture into main 2026-02-26 23:27:01 +00:00
Showing only changes of commit 53ba0c815d - Show all commits

View file

@ -169,12 +169,11 @@
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = packages = with pkgs; [
sd-card.packages.${system}.tools # tea, jq, nodejs, playwright nodejs
++ (with pkgs; [ nodePackages.npm
nodejs ];
nodePackages.npm inputsFrom = [sd-card.packages.${system}.tools];
]);
}; };
}; };
}; };