Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    flake clone git+ssh://git@codeberg.org/mtlynch/little-moments --dest /tmp/repo
cd /tmp/repo
git fetch origin be454abeb5033d77b846a68752a9d803b25bbe0d
git checkout be454abeb5033d77b846a68752a9d803b25bbe0d
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 be454abe

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 be454abe

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

Limitations