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