aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-01-30 21:13:24 -0700
committerKenny Ballou <kballou@devnulllabs.io>2021-01-30 21:13:24 -0700
commita965e8d5ff4bd148e93abe626e4f79457145ad85 (patch)
tree8dbb15d8a61df8c609bc5d082729ee16484505c4 /home.nix
parent8833f9d6924b843f4f3e5f9c157669bac450e2b7 (diff)
downloaddotfiles-a965e8d5ff4bd148e93abe626e4f79457145ad85.tar.gz
dotfiles-a965e8d5ff4bd148e93abe626e4f79457145ad85.tar.xz
update channels
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index ac841752..af4230e3 100644
--- a/home.nix
+++ b/home.nix
@@ -12,7 +12,7 @@ in
config = import ./config/nixpkgs/config.nix;
overlays = [
(import (builtins.fetchTarball {
- url = https://github.com/nix-community/emacs-overlay/archive/094e89c45890f2fb109aa9b2227e4b9d76871724.tar.gz;
+ url = https://github.com/nix-community/emacs-overlay/archive/afc86a5f186ee00fe7411db9ceb84d3f861f2d1a.tar.gz;
}))
] ++ utils.importDirs ./overlays;
};