-
Notifications
You must be signed in to change notification settings - Fork 107
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
1.0 Roadmap #121
Comments
I was just about to suggest the same thing. I cannot follow daily changes, when I'm changing my own, and at the same time figuring out how to upstream the useful parts to the template. I didn't even realize there was a new name for this project. One suggestion would be to not try to abstract flakes so much. I havent used the shell with
... I think flakes and there's so many great ideas in this template and its been very helpful. I hope to be caught up with the updates and contribute back soon! |
Totally agree, flk is there mostly as a band-aid I always hoped to peel off as the ui moved toward stability. Thanks for the insightful quote 👍 |
Yeah, a few hours ago I tried to resolve conflicts between my branch that diverged at e67cd37 with master (currently 2cb1ec6) and I had to put it down for the weekend. I'm not sure if there's a good way to make that easier though... maybe once I move to suites/etc that will make it easier. |
I think it will generally be easier once the api is stabilized and the format of the repo changes less often. And switching to suites will probably help. |
For anyone subscribed to this, I have went ahead and tagged 0.7.0 so you can have a stable upgrade target. I'll probably release a few 0.7.x release shortly containing a lock file update and some doc fixes. |
121: Fix default input detection r=blaggacao a=Pacman99 This fixes #413 and the general infinite recursion issues that are happening. Also switch back to upstream flake-utils-plus, the divnix patches. I don't believe the divnix patches actually affect anything. Co-authored-by: Parthiv Seetharaman <[email protected]>
Closing this as most of it is done or no longer applicable. Anything important can get its own issue. |
Is your feature request related to a problem? Please describe.
Obviously, if we are providing a template, we want to give users a solid idea of where they stand, and a clear upgrade path. Of course, this isn't urgent as flakes and the nix-command still haven't reached a stable release, but by the time they do, I'd like to have reached 1.0.0 (or close).
There are several usability improvements I'd like to see, so no need to rush. I went ahead and tagged 0.7.0.
Third draft goals for 1.0:
defaultTemplate
a derivation that builds the mdbook for local reference and removes the source doc filesWant to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: