From fab03630a5312db69b8c06fc1dda048c9e112de1 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 15 Jun 2025 10:45:46 -0500 Subject: [PATCH] Interesting, emacs-overlay no longer uses flake-utils --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7da1a61..a124db0 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ emacs-overlay = { url = "github:nix-community/emacs-overlay/master"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; }; };