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 a08ad0a4..940d5d92 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/3c6034228257edd9cae3082e4aed7779db550e89.tar.gz;
+ url = https://github.com/nix-community/emacs-overlay/archive/dc7b0dc373cd09dd7274c6f571692a2985aff623.tar.gz;
}))
] ++ utils.importDirs ./overlays;
};
diff --git a/nix/sources.nix b/nix/sources.nix
index cbf150dd..86b2c1ec 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 = "04ac9dcd311956d1756d77f4baf9258392ee7bdd";
+ rev = "b49e47309d0df845ce3eb6c01ffe720952ed3695";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";