From 53079fe5dd872d73737af931b72984a21cef560d Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 18 Aug 2021 12:33:26 -0600 Subject: nix: update sources Signed-off-by: Kenny Ballou --- nix/sources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix') 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"; }; }; } -- cgit v1.2.1