aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-01-30 21:13:24 -0700
committerKenny Ballou <kballou@devnulllabs.io>2021-01-30 21:13:24 -0700
commita965e8d5ff4bd148e93abe626e4f79457145ad85 (patch)
tree8dbb15d8a61df8c609bc5d082729ee16484505c4 /nix
parent8833f9d6924b843f4f3e5f9c157669bac450e2b7 (diff)
downloaddotfiles-a965e8d5ff4bd148e93abe626e4f79457145ad85.tar.gz
dotfiles-a965e8d5ff4bd148e93abe626e4f79457145ad85.tar.xz
update channels
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 1568f43a..7c456248 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 = "92c884dfd7140a6c3e6c717cf8990f7a78524331";
+ rev = "de9aef76867eb0f0e81ade31274dd63b196d66fc";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";