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 9621c1b727
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

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