aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-04 07:50:05 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-04 15:02:17 -0600
commit0013ef75669e3278aae9e7a539b17185e921d77b (patch)
tree9d7df0f930ced6a54dac3dd803539b0995fc70c2 /nix
parent8458e3c9f87248f57e368effcf3447b2a8fd16ec (diff)
downloaddotfiles-0013ef75669e3278aae9e7a539b17185e921d77b.tar.gz
dotfiles-0013ef75669e3278aae9e7a539b17185e921d77b.tar.xz
nix: update sources
Update nix-unstable and emacs-overlay. 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 17498283..f767c092 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 = "b49e47309d0df845ce3eb6c01ffe720952ed3695";
+ rev = "3cc34f9e559e3d6d06c7fdb29392e04beef805e1";
};
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 = "dc7b0dc373cd09dd7274c6f571692a2985aff623";
+ rev = "0e85ce568b31f4bca66c4edac93bd51a166382ac";
};
};
}