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