Make emacs-overlay follow nixpkgs and flake-utils
This commit is contained in:
parent
09d3a292ae
commit
daf8e7bfd5
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
cq-flake = {
|
||||
|
|
Loading…
Reference in a new issue