[nix] Pin emacs overlay to something other than master

This commit is contained in:
Sebastian Schulze 2021-04-23 13:00:08 +02:00
parent 7d5d96d065
commit 201ed55df6
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
url = https://github.com/nix-community/emacs-overlay/archive/90d2409.tar.gz;
}))
];