aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-01-20 18:44:05 -0700
committerKenny Ballou <kballou@devnulllabs.io>2021-01-21 13:16:22 -0700
commita59f5bb7da82d6b54b65579432f1b7a3fb03aaa7 (patch)
tree6356894cb707bedab9328e168b3314502cf0884f /nix
parent551d0e3194a36b9fdf00d4a65b0787d6ff7daf49 (diff)
downloaddotfiles-a59f5bb7da82d6b54b65579432f1b7a3fb03aaa7.tar.gz
dotfiles-a59f5bb7da82d6b54b65579432f1b7a3fb03aaa7.tar.xz
upgrade channel and emacs-overlay
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 5ca32b62..1568f43a 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -2,7 +2,7 @@
nixpkgs = {
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "cf7475d2061ac3ada4b226571a4a1bb91420b578";
+ rev = "92c884dfd7140a6c3e6c717cf8990f7a78524331";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";