Reproduce

Exactly

nix \
    run github:NorfairKing/nix-ci-config -- \
    --flake 'git+ssh://git@github.com/sellout/flaky?ref=main&rev=cb4087c413e0c9f335310d85f1188da4d84814e1' \
    --forge-type github

Locally

Must be run from repository root directory at commit cb4087c4

nix \
    run github:NorfairKing/nix-ci-config -- \
    --flake . \
    --forge-type github

Feedback Loop

Must be run from repository root directory at commit cb4087c4

nix run github:NorfairKing/feedback -- -- nix \
    run github:NorfairKing/nix-ci-config -- \
    --flake . \
    --forge-type github

Limitations