From daf8e7bfd5b7b7275488289c26f89bbad45021ae Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 11 May 2022 16:27:19 +0200 Subject: [PATCH] Make emacs-overlay follow nixpkgs and flake-utils --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index a306d1b..76d53ef 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,8 @@ emacs-overlay = { url = "github:nix-community/emacs-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; }; cq-flake = {