From 6c32db2d9ed7da206a218eed0c5c154394a6069b Mon Sep 17 00:00:00 2001 From: Michael Heller <21163552+mdheller@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:21:54 -0400 Subject: [PATCH] Wire sourceos-shell service-graph + keyboard-equivalence contract tests into flake checks Completes #228: the contract test files were added but not registered in flake.nix checks. Co-Authored-By: Claude Opus 4.8 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 18933e7..12fad46 100644 --- a/flake.nix +++ b/flake.nix @@ -299,6 +299,8 @@ mesh-package-contract = import ./tests/mesh-package-contract.nix { inherit pkgs; }; mesh-host-runtime-contract = import ./tests/mesh-host-runtime-contract.nix { inherit pkgs; }; sourceos-shell-module-contract = import ./tests/sourceos-shell-module-contract.nix { inherit pkgs; }; + sourceos-shell-service-graph-contract = import ./tests/sourceos-shell-service-graph-contract.nix { inherit pkgs; }; + sourceos-shell-keyboard-equivalence-contract = import ./tests/sourceos-shell-keyboard-equivalence-contract.nix { inherit pkgs; }; sourceos-shell-pdf-stack-contract = import ./tests/sourceos-shell-pdf-stack-contract.nix { inherit pkgs; }; sourceos-shell-pdf-config-contract = import ./tests/sourceos-shell-pdf-config-contract.nix { inherit pkgs; };