From 1e98c823ea1d0cb9c5348a8ebb43a58a77bf9cce Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 28 May 2023 23:38:10 +0200 Subject: Emacs: add tree-stitter support This reverts commit 069072653a5c7713f13e7c895d0ce2e531ae34c3. --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e755db5..079c160 100644 --- a/flake.nix +++ b/flake.nix @@ -36,10 +36,19 @@ flake-utils.follows = "flake-utils"; }; }; + + emacs-overlay = { + url = "github:nix-community/emacs-overlay"; + inputs = { + nixpkgs.follows = "nixpkgs-unstable"; + flake-utils.follows = "flake-utils"; + }; + }; }; outputs = inputs@{ self + , emacs-overlay , fenix , flake-utils , lanzaboote @@ -79,6 +88,7 @@ ./modules/basic-tools ./modules/binary-caches.nix ./modules/devtools.nix + ./modules/emacs.nix ./modules/gnome.nix ./modules/gnupg.nix ./modules/mail -- cgit v1.3.1