tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
babashka: fix shell completions
sohalt
2 years ago
1198a09c
635e1006
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
babashka
wrapped.nix
+2
-2
pkgs/development/interpreters/babashka/wrapped.nix
···
39
39
--set-default JAVA_HOME ${jdkBabashka}
40
40
41
41
installShellCompletion --cmd bb --bash ${babashka-unwrapped}/share/bash-completion/completions/bb.bash
42
42
-
installShellCompletion --cmd bb --zsh ${babashka-unwrapped}/share/fish/vendor_completions.d/bb.fish
43
43
-
installShellCompletion --cmd bb --fish ${babashka-unwrapped}/share/zsh/site-functions/_bb
42
42
+
installShellCompletion --cmd bb --zsh ${babashka-unwrapped}/share/zsh/site-functions/_bb
43
43
+
installShellCompletion --cmd bb --fish ${babashka-unwrapped}/share/fish/vendor_completions.d/bb.fish
44
44
'' +
45
45
lib.optionalString withRlwrap ''
46
46
substituteInPlace $out/bin/bb \