nix-community / emacs2nix

Automatically generate Nix expressions for Emacs packages
GNU General Public License v3.0
29 stars 17 forks source link

Index: fix ename when loading previously generated Index #74

Closed jian-lin closed 3 months ago

jian-lin commented 3 months ago

When ename is in names.nix, it is different from pname. So instead of using pname as ename, we read ename from the loaded index.

I test it by generating elpa-generated.nix and there is no duplicated keys such as the reported shell-command-plus.

Closes https://github.com/nix-community/emacs2nix/issues/54 Closes https://github.com/nix-community/emacs2nix/issues/60

leungbk commented 3 months ago

Thanks!