aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix2
-rw-r--r--nix/sources.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/home.nix b/home.nix
index af4230e3..687b9691 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/afc86a5f186ee00fe7411db9ceb84d3f861f2d1a.tar.gz;
+ url = https://github.com/nix-community/emacs-overlay/archive/5840795329e0a045b3411e7599b9f68aa63ad334.tar.gz;
}))
] ++ utils.importDirs ./overlays;
};
diff --git a/nix/sources.nix b/nix/sources.nix
index 7c456248..fba8d4f8 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 = "de9aef76867eb0f0e81ade31274dd63b196d66fc";
+ rev = "6dbcdd2bc19d4377a250c73e658445426de64957";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -11,6 +11,6 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "65d0e2d241519e010251aca29cf5d3a71fd84f2f";
+ rev = "87e2ec341bfda373d50ab58529b4bbb0eb9eb9a0";
};
}