We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3726c6f commit 03ef245Copy full SHA for 03ef245
README.md
@@ -65,6 +65,18 @@ nix-shell
65
sbtix-gen-all2
66
```
67
68
+OR
69
+
70
+If the "ensure Nix expressions are up-to-date" step of your CI
71
+build has failed, check the artifacts of that step. There should be a
72
+patch provided, which you can apply locally with:
73
74
+```
75
+patch -p1 < downloaded.patch
76
77
78
+This patch will update the lock files for you.
79
80
###### Why so many lock files?
81
82
- `repo.nix` : generated by the `sbtix-gen` command and includes only the build dependencies for the project.
0 commit comments