From ba5908f36acaa31d5f0bd0804e951c24ee0cedb4 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 6 Aug 2022 14:40:59 +0200 Subject: [PATCH] pin emacs overlay --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 816b41a..d78e4fd 100644 --- a/flake.nix +++ b/flake.nix @@ -14,10 +14,7 @@ url = github:nix-community/fenix; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - emacs-overlay = { - url = github:nix-community/emacs-overlay; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; + emacs-overlay.url = github:nix-community/emacs-overlay/9019be27f46ed3a102b2e732cb679eb01217a839; }; outputs =