Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Make e2e-tests derivation deterministic (#42) Replace the installPhase block that copies Playwright run artifacts (traces, videos, reports) into $out with a simple result marker file. The copied artifacts vary between runs, causing `nix build .#e2e-tests --rebuild` to fail with a nondeterministic output error. Co-authored-by: Shelley <shelley@exe.dev> Reviewed-on: https://codeberg.org/mtlynch/go-app-starter/pulls/42 Co-authored-by: Michael Lynch <git@mtlynch.io> Co-committed-by: Michael Lynch <git@mtlynch.io>