Skip to content

Commit

Permalink
zinit: fix _zinit not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Moraxyc committed Jan 4, 2025
1 parent 62e22cd commit a279201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/zi/zinit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
# Source files
mkdir -p $out/share/zinit
install -m0644 zinit{,-side,-install,-autoload}.zsh $out/share/zinit
install -m0644 zinit{,-side,-install,-autoload}.zsh _zinit $out/share/zinit
install -m0755 share/git-process-output.zsh $out/share/zinit
# Autocompletion
Expand Down

0 comments on commit a279201

Please sign in to comment.