Reproduce

Exactly

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

Locally

Must be run from repository root directory at commit a8bdeaa4

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

Feedback Loop

Must be run from repository root directory at commit a8bdeaa4

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

Limitations