@@ -270,6 +270,12 @@ direnv allow .
|
270 | 270 | make build-ci -j12 |
271 | 271 | ``` |
272 | 272 | |
| 273 | +Most dependencies will likely be available in the official nixpkgs cache, |
| 274 | +although for some dependencies we have to deviate for the upstream repository, |
| 275 | +in which case those will be built locally, or you can use the Cachix repository |
| 276 | +for the project: `cachix use nodejs`. See <https://docs.cachix.org/> for more |
| 277 | +information. |
| 278 | + |
273 | 279 | The use of `make build-ci` is to ensure you are using the `CONFIG_FLAGS` |
274 | 280 | environment variable. You can also specify it manually: |
275 | 281 | |
|