aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-07-07 13:10:07 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-07-07 13:29:59 -0600
commit6b30cfbd370456890abae423c4e631cbcaa59fad (patch)
tree9c4e3de98c6e49dcd90baa2656f3c546167a7fd2
parenta692bad2b60f0fd645431df72909e68266e8de3d (diff)
downloaddotfiles-6b30cfbd370456890abae423c4e631cbcaa59fad.tar.gz
dotfiles-6b30cfbd370456890abae423c4e631cbcaa59fad.tar.xz
nix: sources: update channels
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--nix/sources.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index 86468782..15f46947 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f";
+ rev = "3e0ce8c5d478d06b37a4faa7a4cc8642c6bb97de";
};
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 = "b909dd44b8b557f3ef7b250f3a32e0cff32a8c97";
+ rev = "bfc8f6edcb7bcf3cf24e4a7199b3f6fed96aaecf";
};
};
}