feat: remove emacs-overlay, use stable version instead

fix: emacsclient not found
feat: use nom build to show build details in debug mode
This commit is contained in:
Ryan Yin
2024-01-03 22:49:23 +08:00
parent f68fe49720
commit b0c1301367
5 changed files with 59 additions and 146 deletions

View File

@@ -2,13 +2,11 @@
username,
userfullname,
nuenv,
emacs-overlay,
...
} @ args: {
nixpkgs.overlays =
[
nuenv.overlays.default
emacs-overlay.overlay
]
++ (import ../overlays args);