summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-05-05 09:08:13 -0300
committerLeonardo Santiago <[email protected]>2025-05-05 13:01:14 -0300
commit1bd7f83ce366a3d4addf7487af8c8b019320720f (patch)
tree5d7651b0d7ee9151f77e5bfca9063ef1d9719361 /flake.nix
parent988c9b4d79d502294c3309d193987f776af5c676 (diff)
chore(emacs): emacs README improvements
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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));