aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-14 11:08:32 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-14 11:08:32 -0600
commit703cbddad10c1ef0bc5dad5667b7a51789eba100 (patch)
treea8da788b2f29889d3c716d62f81ba7690df37d0a /nix
parenteff219ee442e608e3a43a2f5806dc0fab102eff5 (diff)
downloaddotfiles-703cbddad10c1ef0bc5dad5667b7a51789eba100.tar.gz
dotfiles-703cbddad10c1ef0bc5dad5667b7a51789eba100.tar.xz
nix: sources: update channels
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 f767c092..b2c9921b 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 = "3cc34f9e559e3d6d06c7fdb29392e04beef805e1";
+ rev = "94b2848559b12a8ed1fe433084686b2a81123c99";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -19,7 +19,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "0e85ce568b31f4bca66c4edac93bd51a166382ac";
+ rev = "7224696fa76e02e6bd8266d3917960098a47a880";
};
};
}