diff --git a/README.md b/README.md index fa1c27a845..54958a5e4c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,18 @@ nix-shell sbtix-gen-all2 ``` +OR + +If the "ensure Nix expressions are up-to-date" step of your CI +build has failed, check the artifacts of that step. There should be a +patch provided, which you can apply locally with: + +``` +patch -p1 < downloaded.patch +``` + +This patch will update the lock files for you. + ###### Why so many lock files? - `repo.nix` : generated by the `sbtix-gen` command and includes only the build dependencies for the project.