nix: bashCompletion -> bash-completion

This commit is contained in:
Robert Vollmert
2022-06-13 13:25:54 +02:00
parent 14c882a566
commit 34d0f34620
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ let
mkdir -p $out/bin
ln -s $hsie $out/bin/$name
'';
bashCompletion =
bash-completion =
runCommand "${name}-bash-completion" { inherit bin name; }
"$bin/bin/$name --bash-completion-script $bin/bin/$name > $out";
in
hsie // { inherit bashCompletion bin; }
hsie // { inherit bash-completion bin; }