Merge branch 'main' into feat/20260226-photo-capture
Resolved conflicts: - flake.nix: Combined flake-parts + sd-card + OCI image - flake.lock: Updated to include flake-parts input
This commit is contained in:
commit
b2338e5e07
1 changed files with 119 additions and 118 deletions
|
|
@ -169,7 +169,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
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; [
|
++ (with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue