Use a combined cache derivation by default
This commit is contained in:
@@ -9,9 +9,12 @@ As an example, to create an isolated build of sqlite3, add the following to
|
||||
your `.yarnrc.yml`:
|
||||
|
||||
```yml
|
||||
individualNixPackaging: true
|
||||
isolatedNixBuilds: ["sqlite3"]
|
||||
```
|
||||
|
||||
(`individualNixPackaging` is required to use `isolatedNixBuilds`.)
|
||||
|
||||
In your Nix expression, separate options can be set to override attributes of
|
||||
these derivations, which is often necessary to provide build inputs. For
|
||||
sqlite3, you'd do the following in your `default.nix`:
|
||||
|
||||
Reference in New Issue
Block a user