mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
6 lines
111 B
Meson
6 lines
111 B
Meson
|
option('inputs',
|
||
|
type: 'array',
|
||
|
value: [],
|
||
|
description: 'A list of inputs to be included in NIX_PATH.'
|
||
|
)
|