From bb7e14fba74bf35e0215e671bfcced360918e43c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:05:55 +0400 Subject: [PATCH] pin emacs-overlay for now --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9dc9d51b..fe3974a4 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; emacs-overlay = { - url = "github:nix-community/emacs-overlay"; + url = "github:nix-community/emacs-overlay/0442d57ffa83985ec2ffaec95db9c0fe742f5182"; }; ags = { url = "github:Aylur/ags";