feat: PWA photo capture with IndexedDB storage #1
1 changed files with 119 additions and 118 deletions
|
|
@ -169,7 +169,8 @@
|
|||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = sd-card.packages.${system}.tools # tea, jq, nodejs, playwright
|
||||
packages =
|
||||
sd-card.packages.${system}.tools # tea, jq, nodejs, playwright
|
||||
++ (with pkgs; [
|
||||
nodejs
|
||||
nodePackages.npm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue