From 1bd7f83ce366a3d4addf7487af8c8b019320720f Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Mon, 5 May 2025 09:08:13 -0300 Subject: chore(emacs): emacs README improvements --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1054d01..4f08054 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ outputs = { self, nixpkgs, deploy-rs, ... } @ inputs : let inherit (builtins) readDir attrNames listToAttrs split head; pkgs = import nixpkgs { - overlays = [ (inputs.emacs-overlay.overlays.default) ]; + overlays = [ inputs.emacs-overlay.overlays.default ]; system = "x86_64-linux"; }; modules = map (p: ./modules/${p}) (attrNames (readDir ./modules)); -- cgit v1.2.3