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:
Christopher Mühl 2026-02-27 00:25:53 +01:00
commit b2338e5e07

View file

@ -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