1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 08:02:21 +03:00
digga/doc/api-reference-devshell.md
Timothy DeHerrera 62f5e48398 spelling fixes
2022-02-23 15:23:14 -08:00

711 B
Executable File

Devshell API Container

Configure your devshell module collections of your environment.

devshell

Modules to include in your DevOS shell. the modules argument 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: list of valid modules or anything convertible to it

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

[]