mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02: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>
8 lines
201 B
Meson
8 lines
201 B
Meson
configure_file(
|
|
input : 'completion.sh',
|
|
output : 'nix',
|
|
install : true,
|
|
install_dir : get_option('datadir') / 'bash-completion' / 'completions',
|
|
install_mode : 'rw-r--r--',
|
|
copy : true,
|
|
)
|