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 3d78c6f commit 6cc35f1Copy full SHA for 6cc35f1
BUILDING.md
@@ -270,6 +270,12 @@ direnv allow .
270
make build-ci -j12
271
```
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
+
279
The use of `make build-ci` is to ensure you are using the `CONFIG_FLAGS`
280
environment variable. You can also specify it manually:
281
0 commit comments