aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-04-11 13:39:15 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-04-11 13:39:15 -0600
commit57975f6d51baacf7312c0de02cebbe1a57889ba1 (patch)
treeb07f575169b93590b17cafc4a7a705f4ec8c3cce /nix
parentbcb164eb71a1c6bc1ab34ad3841989982ae9ba00 (diff)
downloaddotfiles-57975f6d51baacf7312c0de02cebbe1a57889ba1.tar.gz
dotfiles-57975f6d51baacf7312c0de02cebbe1a57889ba1.tar.xz
nix: sources: Update home-manager
Signed-off-by: Kenny Ballou <kb@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 a901609b..17498283 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 = "ddcd476603dfd3388b1dc8234fa9d550156a51f5";
+ rev = "91418d3e57e96dc9f520931401c653becd33b4a4";
};
emacs-overlay = {
master = builtins.fetchTarball {