mirror of
https://github.com/vlinkz/nix-software-center.git
synced 2024-11-22 12:22:34 +03:00
10 lines
111 B
Meson
10 lines
111 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development'
|
|
],
|
|
value: 'default',
|
|
)
|