diff options
author | Leonardo Santiago <[email protected]> | 2025-05-05 09:08:13 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-05-05 13:01:14 -0300 |
commit | 1bd7f83ce366a3d4addf7487af8c8b019320720f (patch) | |
tree | 5d7651b0d7ee9151f77e5bfca9063ef1d9719361 /flake.nix | |
parent | 988c9b4d79d502294c3309d193987f776af5c676 (diff) |
chore(emacs): emacs README improvements
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |