flake: emacs-overlay follow nixpkgs

This commit is contained in:
2023-09-25 23:16:33 +02:00
parent c5ce842986
commit bd301b03f9
+3
View File
@@ -27,6 +27,9 @@
owner = "nix-community"; owner = "nix-community";
repo = "emacs-overlay"; repo = "emacs-overlay";
ref = "master"; ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";
};
}; };
private = { private = {