aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-09-08 12:25:51 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-09-08 12:25:51 -0600
commit3ced3870f47f5207a7d755a096495d1bf434ec97 (patch)
tree19f89e82439a22b11b4a402cd44f0c69d2a68acc /nix
parent6833eafe14b67bd9d5daafe79d4c89bbcdc9abb2 (diff)
downloaddotfiles-3ced3870f47f5207a7d755a096495d1bf434ec97.tar.gz
dotfiles-3ced3870f47f5207a7d755a096495d1bf434ec97.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index d4ae6043..72597b80 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "08ef0f28e3a41424b92ba1d203de64257a9fca6a";
+ rev = "6cc260cfd60f094500b79e279069b499806bf6d8";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "efc5b40f6dfb4bffa8cd5965e9825f95cff3028b";
+ rev = "6e4162880b7829bcabd02eaece38ede3aee557f9";
};
};
}