nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
7.13k stars 1.84k forks source link

bug: `programs.zsh.zsh-abbr` doesn't work on `release-24.11` #6109

Open stelcodes opened 2 days ago

stelcodes commented 2 days ago

Are you following the right branch?

Is there an existing issue for this?

Issue description

There's a commit on master that needs to be merged into release-24.11: #6084

The plugin path is incorrect and results in empty ~/.config/zsh/plugins/zsh-abbr directory.

See 24.11 mismatch: https://github.com/nix-community/home-manager/blob/release-24.11/modules/programs/zsh/zsh-abbr.nix https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/zs/zsh-abbr/package.nix

Maintainer CC

@ilaumjd

System information

- system: `"aarch64-darwin"`
 - host os: `Darwin 24.1.0, macOS 15.1`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.18.5`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/store/idq1bmwwy9rlkc21hccvx42wlwpxsx1f-source`
teto commented 1 day ago

aint it fixed by https://github.com/nix-community/home-manager/pull/6084 ?

ilaumjd commented 1 day ago

6084 is a PR to master branch, how is it generally if we want to cherry pick and push it into version pinned branch?