refactor(nix/hm/price): emacsPgtk
-> emacs-pgtk
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s
This commit is contained in:
parent
86d3fa1fb6
commit
4a73c88dc9
@ -233,7 +233,7 @@ in
|
||||
programs = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsPgtk.overrideAttrs (old: {
|
||||
package = pkgs.emacs-pgtk.overrideAttrs (old: {
|
||||
passthru = old.passthru // {
|
||||
treeSitter = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user