mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
zsh-navigation-tools: include znt-* functions
This commit is contained in:
parent
7fe888e521
commit
6da0a54d2b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||
installPhase = ''
|
||||
mkdir -p $out/share/zsh/site-functions/
|
||||
cp n-* $out/share/zsh/site-functions/
|
||||
cp znt-* $out/share/zsh/site-functions/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue