flake: Use same nixpkgs as everything else for emacs-overlay

This commit is contained in:
Payas Relekar 2022-10-31 13:10:30 +05:30
parent fb96abbed9
commit 6c2d51458c

View file

@ -15,6 +15,7 @@
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";