2021-07-21 04:41:00 +03:00
|
|
|
# Devshell API Container
|
|
|
|
Configure your devshell module collections of your environment.
|
|
|
|
|
|
|
|
|
|
|
|
## devshell
|
2021-08-04 19:18:23 +03:00
|
|
|
Modules to include in your DevOS shell. the `modules` argument
|
2021-07-21 04:41:00 +03:00
|
|
|
will be exported under the `devshellModules` output
|
|
|
|
|
|
|
|
|
|
|
|
*_Type_*:
|
|
|
|
submodule or path convertible to it
|
|
|
|
|
|
|
|
|
|
|
|
*_Default_*
|
|
|
|
```
|
|
|
|
{}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## devshell.externalModules
|
|
|
|
modules to include that won't be exported
|
|
|
|
meant importing modules from external flakes
|
|
|
|
|
|
|
|
|
|
|
|
*_Type_*:
|
2021-09-14 10:37:12 +03:00
|
|
|
list of valid modules or anything convertible to it or path convertible to it
|
2021-07-21 04:41:00 +03:00
|
|
|
|
|
|
|
|
|
|
|
*_Default_*
|
|
|
|
```
|
|
|
|
[]
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## devshell.modules
|
|
|
|
modules to include in all hosts and export to devshellModules output
|
|
|
|
|
|
|
|
|
|
|
|
*_Type_*:
|
|
|
|
list of valid module or path convertible to its or anything convertible to it
|
|
|
|
|
|
|
|
|
|
|
|
*_Default_*
|
|
|
|
```
|
|
|
|
[]
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|