mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
9 lines
206 B
Meson
9 lines
206 B
Meson
|
configure_file(
|
||
|
input : 'completion.fish',
|
||
|
output : 'nix.fish',
|
||
|
install : true,
|
||
|
install_dir : get_option('datadir') / 'fish' / 'vendor_completions.d',
|
||
|
install_mode : 'rw-r--r--',
|
||
|
copy : true,
|
||
|
)
|