aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-03-22 11:33:56 -0600
committerKenny Ballou <kballou@devnulllabs.io>2021-03-22 11:33:56 -0600
commit00035bf7212b519a6cfe868d521f4ecccb5d60fc (patch)
tree6f6f7a5ab84c6c5cc83e8f60183bc992346c826c /nix
parent501d218b640dc6362efab5d2b92f734d36e84ff8 (diff)
downloaddotfiles-00035bf7212b519a6cfe868d521f4ecccb5d60fc.tar.gz
dotfiles-00035bf7212b519a6cfe868d521f4ecccb5d60fc.tar.xz
nix: update home-manager
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index db41fc44..a901609b 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -11,7 +11,7 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "87e2ec341bfda373d50ab58529b4bbb0eb9eb9a0";
+ rev = "ddcd476603dfd3388b1dc8234fa9d550156a51f5";
};
emacs-overlay = {
master = builtins.fetchTarball {