From bd301b03f97fd5e27966668188eb7e535a514d2b Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 25 Sep 2023 23:16:33 +0200 Subject: [PATCH] flake: emacs-overlay follow nixpkgs --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 8729809..326437a 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,9 @@ owner = "nix-community"; repo = "emacs-overlay"; ref = "master"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; }; private = {