aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-08-18 12:33:26 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-08-18 12:33:26 -0600
commit53079fe5dd872d73737af931b72984a21cef560d (patch)
tree212186dc8acf2bf8940f75614d74e24f0f8d25d5 /nix
parent16c012b2ae2d58ff39db04aaee557ca09c90ca88 (diff)
downloaddotfiles-53079fe5dd872d73737af931b72984a21cef560d.tar.gz
dotfiles-53079fe5dd872d73737af931b72984a21cef560d.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index 81763918..4f987d9e 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -16,7 +16,7 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "41101d0e62fe3cdb76e8e64349a2650da1433dd4";
+ rev = "a5c609b4b1cd4e1381ac8ea1b7d5b0792ebde0a3";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "f884e04d8bc411e7a7e0c494050d6c749e084b1a";
+ rev = "9498d1febd6b91bfe88d0bd632ff7f5288c4ade9";
};
};
}