aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-10-29 09:45:52 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-10-29 09:45:52 -0600
commit8d997edbf10b5c2737506e6389c58a2315800787 (patch)
treedc53f21fd328d6694d1a1d6706a9a1bf511253f1 /nix
parenta8b135b9f64bf5c2c5dc8c566b93255af14f8b3f (diff)
downloaddotfiles-8d997edbf10b5c2737506e6389c58a2315800787.tar.gz
dotfiles-8d997edbf10b5c2737506e6389c58a2315800787.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index 5de67c4d..b61805b2 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "8e1eab9eae4278c9bb1dcae426848a581943db5a";
+ rev = "51acb65b302551ac7993b437cc6863fe9fa8ae50";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -16,7 +16,7 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "b5d738b5a3f8c3738433e0aa6482afb4ac635380";
+ rev = "cf4866d2187399117d3aed47a58e6f8ef58e5afd";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "4afeb3a259dc19ff5a001e598dcd94885d439d24";
+ rev = "ee905a167bdb6475dd27ffb0a70243949914436a";
};
};
}