aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-03-22 11:32:37 -0600
committerKenny Ballou <kballou@devnulllabs.io>2021-03-22 11:32:37 -0600
commit501d218b640dc6362efab5d2b92f734d36e84ff8 (patch)
tree1f0d6193c363ce50dbffda6c2c3b8614ceb4211f /nix
parent662c9bf6adebe93acbfd9fd9bbd9aa45462e42f7 (diff)
downloaddotfiles-501d218b640dc6362efab5d2b92f734d36e84ff8.tar.gz
dotfiles-501d218b640dc6362efab5d2b92f734d36e84ff8.tar.xz
emacs-overlay: move into nix/sources
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index 86b2c1ec..db41fc44 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -13,4 +13,13 @@
url = "https://github.com/nix-community/home-manager.git";
rev = "87e2ec341bfda373d50ab58529b4bbb0eb9eb9a0";
};
+ emacs-overlay = {
+ master = builtins.fetchTarball {
+ url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
+ };
+ stable = builtins.fetchGit {
+ url = "https://github.com/nix-community/emacs-overlay.git";
+ rev = "dc7b0dc373cd09dd7274c6f571692a2985aff623";
+ };
+ };
}