summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-10-12 05:50:38 +0200
committerAlan Pearce2022-10-12 05:50:38 +0200
commitde6fddc047166bcc69c3b0b9b4213559591c27a9 (patch)
treef0d6e6da2f20c31b2460c0cb43d02b3f8d42da8f /flake.nix
parent6fa2c76f8ab839c4473e60822710b4fa7c378f9d (diff)
downloadnixfiles-de6fddc047166bcc69c3b0b9b4213559591c27a9.tar.lz
nixfiles-de6fddc047166bcc69c3b0b9b4213559591c27a9.tar.zst
nixfiles-de6fddc047166bcc69c3b0b9b4213559591c27a9.zip
Move emacs-overlay to flake input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index eb5eecd8..24620fcb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,6 +6,7 @@
     darwin.inputs.nixpkgs.follows = "nixpkgs";
     home-manager.url = github:nix-community/home-manager;
     home-manager.inputs.nixpkgs.follows = "nixpkgs";
+    emacs-overlay.url = github:nix-community/emacs-overlay;
   };
 
   outputs = { self, darwin, home-manager, nixpkgs, ... }@attrs: