Compare commits
2 Commits
c4135ecee1
...
91e2a5430d
| Author | SHA1 | Date | |
|---|---|---|---|
| 91e2a5430d | |||
| 80eb9e5e07 |
@@ -7,7 +7,7 @@
|
||||
outputs = { self, nixpkgs, flake-utils, emacs-overlay }: let
|
||||
mkEmacs = pkgs: v: wayland: pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = ./main.org;
|
||||
package = (pkgs."${v}${if pkgs.stdenv.isDarwin then "-macport" else (if wayland then "-pgtk" else "")}").overrideAttrs (old: {
|
||||
package = (pkgs."${v}${if pkgs.stdenv.isDarwin then "" else (if wayland then "-pgtk" else "")}").overrideAttrs (old: {
|
||||
passthru = old.passthru // {
|
||||
treeSitter = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user