-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heavy inputs from emacs-ci #39
Comments
This flake is primarily intended for use in Emacs Lisp CI, so it depends on all of the Emacs versions. For now, I don't care much about the extensive list of inputs printed on terminal. I don't want to add a dependency on a utility library like flake-parts. It would be a good idea to add |
I was going to use it with twist |
Ah, yes, I am using the builtins indirectly by importing another flake as a non-flake. I am using it to avoid IFD. I didn't mean to recommend it, but I am not discouraging from using it either. I don't know what would be the most sophisticated way.
I also provide a set of mirrors for the savannah repositories, which I am using in my config. Feel free to use it. |
I tried using this, but noticed it pulled in all the dependencies from emacs-ci, which includes all Emacs versions. I wonder if this could use some pattern like the dev only inputs, either via flake-parts partitions or directly via flake-compat. Or perhaps the workaround is to use
flake = false
when using this.The text was updated successfully, but these errors were encountered: