Scripts to generate/run flake regression tests.
Get the regression data:
# git clone git@github.com:NixOS/flake-regressions-data.git testsEnsure that the desired version of nix is in $PATH, e.g.
# nix shell nix/2.18.1Run the test suite:
# rm tests/*/*/*/done
# ./eval-all.shOptionally get new public flakes from FlakeHub:
# ./get-flake-list.shThen regenerate the test suite:
# rm tests/*/*/*/done
# REGENERATE=1 ./eval-all.sh
# ./commit-all.sh
# (cd tests && git commit -a && git push)