aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-06-08 13:50:48 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-06-08 13:50:48 -0600
commit83d58e50a8e38100f980a6940bf729a64236b7e1 (patch)
treef60d4bf345e04ea9fe16c8eeed261152fca1990f /nix
parentd693661e147cbdd937753af1f705a0a47c456f02 (diff)
downloaddotfiles-83d58e50a8e38100f980a6940bf729a64236b7e1.tar.gz
dotfiles-83d58e50a8e38100f980a6940bf729a64236b7e1.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 fdf839fd..86468782 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "7db379d016a9bad7b7da9b81103ab7454faa3344";
+ rev = "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f";
};
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 = "a6a189573c2923e74fc0ba75cceaf76a1eaf352c";
+ rev = "b909dd44b8b557f3ef7b250f3a32e0cff32a8c97";
};
};
}