Commit f9b922c
authored
[shell] add /share and /lib to development.nix (#229)
## Summary
Certain packages like mariaDB require access to the lib and share
directories, so
we include those in `development.nix`.
Recall that `development.nix` is used during `devbox shell` for:
`nix-env --profile .devbox/nix/profile/default --install -f
path/to/development.nix`
## How was it tested?
```
> cd testdata/nodejs/nodejs-18
> rm -rf .devbox
> readlink -f .devbox/nix/profile/default/*
/nix/store/pnwba30msbx2dwld1ji3ak25f96pd9im-devbox-development/bin
/nix/store/pnwba30msbx2dwld1ji3ak25f96pd9im-devbox-development/lib
/nix/store/d1785s25kbb67l717srvnmf44a41dqk3-env-manifest.nix
/nix/store/pnwba30msbx2dwld1ji3ak25f96pd9im-devbox-development/share
```1 parent 07739a7 commit f9b922c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
0 commit comments