aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix2
-rw-r--r--nix/sources.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index f9ce0b0b..4e0aed80 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/5840795329e0a045b3411e7599b9f68aa63ad334.tar.gz;
+ url = https://github.com/nix-community/emacs-overlay/archive/52482f5231015a1657702512297bcb057faf2696.tar.gz;
}))
] ++ utils.importDirs ./overlays;
};
diff --git a/nix/sources.nix b/nix/sources.nix
index fba8d4f8..98d8ef65 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -2,7 +2,7 @@
nixpkgs = {
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "6dbcdd2bc19d4377a250c73e658445426de64957";
+ rev = "be864bbd6763cd4c92777643b9c4c6f07c3390d5";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";