Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    flake clone git+ssh://git@github.com/NorfairKing/nix-ci-eval --dest /tmp/repo
cd /tmp/repo
git fetch origin 69b7b94fe5ea8eae868b6441c75c3b4f21c72409
git checkout 69b7b94fe5ea8eae868b6441c75c3b4f21c72409
nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    eval --json --file ./nix-ci.nix

Locally

Must be run from repository root directory at commit 69b7b94f

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    eval --json --file ./nix-ci.nix

Feedback Loop

Must be run from repository root directory at commit 69b7b94f

nix run github:NorfairKing/feedback -- -- nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    eval --json --file ./nix-ci.nix

Limitations