Exactly
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
flake clone git+ssh://git@github.com/sellout/pathway --dest /tmp/repo
cd /tmp/repo
git fetch origin 68880101556b7b9eceaf938cc6f75868642cbe3e
git checkout 68880101556b7b9eceaf938cc6f75868642cbe3e
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 68880101
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 68880101
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
eval --json --file ./nix-ci.nix
Limitations