aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-09-29 15:03:28 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-10-13 10:12:41 -0600
commitbd01802c62b54808690e46449393b3eec3de2cb8 (patch)
tree35cf9fc7d2a6f7e025c68b3bae95ec0bc7c63d3f /nix
parent6a215c042e7e393a9f8f50f4b16d2cebc39c5be4 (diff)
downloaddotfiles-bd01802c62b54808690e46449393b3eec3de2cb8.tar.gz
dotfiles-bd01802c62b54808690e46449393b3eec3de2cb8.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 e7c8b0ba..ecfbfde6 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "071317d543205ee5f5611d391a37582f9b282240";
+ rev = "a3a23d9599b0a82e333ad91db2cdc479313ce154";
};
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 = "371576cdc2580ba93a38e28da8ece2129f558815";
+ rev = "959217e51dbd07d0de6dcbddfbfcb4f2efdc0c1e";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "830dd351b336617e58efe7ee7878959fe78e1927";
+ rev = "961d6e84bcc5414e452f6cf674aef818575e317b";
};
};
}