Use a combined cache derivation by default

This commit is contained in:
Stéphan Kochen
2024-02-06 11:00:23 +01:00
parent 67fadc3f61
commit df1c72a4f6
13 changed files with 328 additions and 146 deletions
+3
View File
@@ -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`: