nix/wrapZsh: remove ability for extraPackages

This commit is contained in:
kossLAN 2025-04-25 21:22:22 -04:00
parent 15c3d6eae6
commit a6cd75f1c3
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 1 additions and 6 deletions

View file

@ -58,7 +58,6 @@ in
''} $out/etc/zsh/.zshrc
wrapProgram $out/bin/zsh \
--prefix PATH : "${lib.makeBinPath conf.extraPackages}" \
--set ZDOTDIR "$out/etc/zsh"
'';
}