build: drop redundant flake smoke check (task 0003)

The checks.smoke derivation only ran 'kitchen --help', which the e2e
tier now covers (end_to_end_test.ts, '--help lists the view command').
checks.tests is the remaining flake check.
This commit is contained in:
2026-07-28 23:27:48 -04:00
parent a425a6b312
commit 4ac11865c5

View File

@@ -93,11 +93,6 @@
doCheck = true;
installPhase = "touch $out";
};
smoke = pkgs.runCommand "kitchen-smoke" { } ''
${kitchen}/bin/kitchen --help
touch $out
'';
};
};
};