mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 14:22:29 +00:00
c7ec33605e
Meson-ify a few things, scripts, completions, etc. Should make our Meson build complete except for docs. Co-Authored-By: Qyriad <qyriad@qyriad.me> Co-Authored-By: eldritch horrors <pennae@lix.systems>
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,
|
|
)
|