aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-02-26 10:42:22 -0700
committerKenny Ballou <kballou@devnulllabs.io>2021-02-26 10:42:22 -0700
commitcd2a14045b70f2cac9ce5a612b0d2d894cc7573c (patch)
treef6634c2ee31db3cee788bcede11deb3131d9cec0
parent82fe58c2284e5fa75cfa1929a18fa9d091e852c8 (diff)
downloaddotfiles-cd2a14045b70f2cac9ce5a612b0d2d894cc7573c.tar.gz
dotfiles-cd2a14045b70f2cac9ce5a612b0d2d894cc7573c.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-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 4e0aed80..a08ad0a4 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/52482f5231015a1657702512297bcb057faf2696.tar.gz;
+ url = https://github.com/nix-community/emacs-overlay/archive/3c6034228257edd9cae3082e4aed7779db550e89.tar.gz;
}))
] ++ utils.importDirs ./overlays;
};
diff --git a/nix/sources.nix b/nix/sources.nix
index 98d8ef65..cbf150dd 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 = "be864bbd6763cd4c92777643b9c4c6f07c3390d5";
+ rev = "04ac9dcd311956d1756d77f4baf9258392ee7bdd";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";