Exactly
nix \
run github:NorfairKing/nix-ci-eval -- \
--flake 'git+ssh://git@github.com/NorfairKing/sydtest?ref=refs%2Fpull%2F123%2Fmerge&rev=28b2e3265c1e0977ca8e95c5f75b83e3be85f6e2' \
--system x86_64-linux
Locally
Must be run from repository root directory at commit 28b2e326
nix \
run github:NorfairKing/nix-ci-eval -- \
--flake . \
--system x86_64-linux
Feedback Loop
Must be run from repository root directory at commit 28b2e326
nix run github:NorfairKing/feedback -- -- nix \
run github:NorfairKing/nix-ci-eval -- \
--flake . \
--system x86_64-linux
Limitations