From f4646c68b5517efe85edfcf1489b4250f59e985a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:57:42 +0400 Subject: [PATCH] flake.nix: unpin emacs-overlay --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b4c9a898..0f8c01d3 100644 --- a/flake.nix +++ b/flake.nix @@ -26,10 +26,7 @@ url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; }; - emacs-overlay = { - url = - "github:nix-community/emacs-overlay/0442d57ffa83985ec2ffaec95db9c0fe742f5182"; - }; + emacs-overlay = { url = "github:nix-community/emacs-overlay"; }; ags = { url = "github:Aylur/ags"; inputs.nixpkgs.follows = "nixpkgs";