summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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));