aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-09-16 22:18:33 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-09-16 22:18:33 -0600
commit6efb720b159e7cae9c1ddbef79a219180019eaf1 (patch)
treef4be5169ae5e6b1becf99aa7a61c7608d8c6232e /nix
parent8008fb8fc4105c29e2c2e6e52176b704c0530e90 (diff)
downloaddotfiles-6efb720b159e7cae9c1ddbef79a219180019eaf1.tar.gz
dotfiles-6efb720b159e7cae9c1ddbef79a219180019eaf1.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 72597b80..e7c8b0ba 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "6cc260cfd60f094500b79e279069b499806bf6d8";
+ rev = "071317d543205ee5f5611d391a37582f9b282240";
};
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 = "21a2ff449620a9cb91802f9d1a9157b2ae8c6b39";
+ rev = "371576cdc2580ba93a38e28da8ece2129f558815";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "6e4162880b7829bcabd02eaece38ede3aee557f9";
+ rev = "830dd351b336617e58efe7ee7878959fe78e1927";
};
};
}