Exactly
nix \
run github:NorfairKing/nix-ci-eval -- \
--flake 'git+ssh://git@github.com/sellout/flaky?ref=main&rev=70bbcb1ed1eaaf015fdefe02daea41ec2400816b' \
--system x86_64-linux \
--no-import-from-derivation
Locally
Must be run from repository root directory at commit 70bbcb1e
nix \
run github:NorfairKing/nix-ci-eval -- \
--flake . \
--system x86_64-linux \
--no-import-from-derivation
Feedback Loop
Must be run from repository root directory at commit 70bbcb1e
nix run github:NorfairKing/feedback -- -- nix \
run github:NorfairKing/nix-ci-eval -- \
--flake . \
--system x86_64-linux \
--no-import-from-derivation
Limitations